net.sourceforge.jsh3modtool.mod
Class DefaultGameMod

java.lang.Object
  extended by net.sourceforge.jsh3modtool.mod.DefaultGameMod
All Implemented Interfaces:
GameMod

public class DefaultGameMod
extends java.lang.Object
implements GameMod

Author:
redsolo

Constructor Summary
DefaultGameMod(ModPackage modpackage)
           
 
Method Summary
 java.util.List getAuthors()
          Returns a list of mod authors.
 java.util.Date getCreatedDate()
          Returns the date the mod was created.
 java.lang.String getDescription()
          Returns a description of the mod.
 java.util.List getGameFiles()
          Returns a list of game files that are going to be modified.
 java.lang.String getName()
          Returns the name of the mod.
 java.util.List getScreenshots()
          Returns a list of screen shots of the mod.
 java.util.Date getUpdatedDate()
          Returns the date when the current version was release.
 java.lang.String getVersion()
          Returns the version of the mod.
 java.net.URL getWebsite()
          Returns the website of the mod.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGameMod

public DefaultGameMod(ModPackage modpackage)
               throws java.io.IOException,
                      MissingEntryException,
                      InvalidConfigurationException
Throws:
java.io.IOException
MissingEntryException
InvalidConfigurationException
Method Detail

getName

public java.lang.String getName()
Description copied from interface: GameMod
Returns the name of the mod.

Specified by:
getName in interface GameMod
Returns:
the name of the mod.

getVersion

public java.lang.String getVersion()
Description copied from interface: GameMod
Returns the version of the mod.

Specified by:
getVersion in interface GameMod
Returns:
the version of the mod.

getDescription

public java.lang.String getDescription()
Description copied from interface: GameMod
Returns a description of the mod.

Specified by:
getDescription in interface GameMod
Returns:
a description of the mod.

getCreatedDate

public java.util.Date getCreatedDate()
Description copied from interface: GameMod
Returns the date the mod was created.

Specified by:
getCreatedDate in interface GameMod
Returns:
the date the mod was created.

getUpdatedDate

public java.util.Date getUpdatedDate()
Description copied from interface: GameMod
Returns the date when the current version was release.

Specified by:
getUpdatedDate in interface GameMod
Returns:
the date when the current version was release.

getWebsite

public java.net.URL getWebsite()
Description copied from interface: GameMod
Returns the website of the mod.

Specified by:
getWebsite in interface GameMod
Returns:
the website of the mod.

getScreenshots

public java.util.List getScreenshots()
Description copied from interface: GameMod
Returns a list of screen shots of the mod. The list consists of only ModScreenShot objects.

Specified by:
getScreenshots in interface GameMod
Returns:
a list of screen shots of the mod.

getGameFiles

public java.util.List getGameFiles()
Description copied from interface: GameMod
Returns a list of game files that are going to be modified. The list consists of only ModGameFile objects.

Specified by:
getGameFiles in interface GameMod
Returns:
a list of game files that are going to be modified.

getAuthors

public java.util.List getAuthors()
Description copied from interface: GameMod
Returns a list of mod authors. The list consists of only ModAuthor objects.

Specified by:
getAuthors in interface GameMod
Returns:
a list of mod authors.


Copyright © 2005 sourceforge.net. All Rights Reserved.