|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jsh3modtool.mod.DefaultGameMod
public class DefaultGameMod
| 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 |
|---|
public DefaultGameMod(ModPackage modpackage)
throws java.io.IOException,
MissingEntryException,
InvalidConfigurationException
java.io.IOException
MissingEntryException
InvalidConfigurationException| Method Detail |
|---|
public java.lang.String getName()
GameMod
getName in interface GameModpublic java.lang.String getVersion()
GameMod
getVersion in interface GameModpublic java.lang.String getDescription()
GameMod
getDescription in interface GameModpublic java.util.Date getCreatedDate()
GameMod
getCreatedDate in interface GameModpublic java.util.Date getUpdatedDate()
GameMod
getUpdatedDate in interface GameModpublic java.net.URL getWebsite()
GameMod
getWebsite in interface GameModpublic java.util.List getScreenshots()
GameModModScreenShot objects.
getScreenshots in interface GameModpublic java.util.List getGameFiles()
GameModModGameFile objects.
getGameFiles in interface GameModpublic java.util.List getAuthors()
GameModModAuthor objects.
getAuthors in interface GameMod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||