|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.freecol.common.io.Mods
public class Mods
Contains methods for getting a list of available mods.
Field Summary | |
---|---|
static java.io.FileFilter |
MOD_FILTER
|
Constructor Summary | |
---|---|
Mods()
|
Method Summary | |
---|---|
static java.util.List<FreeColModFile.ModInfo> |
getModInfos()
Gets info about all available mods. |
static java.util.List<FreeColModFile> |
getMods()
Gets all available mods. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.io.FileFilter MOD_FILTER
Constructor Detail |
---|
public Mods()
Method Detail |
---|
public static java.util.List<FreeColModFile> getMods()
public static java.util.List<FreeColModFile.ModInfo> getModInfos()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |