cc.glsn
Class ConfigFile
java.lang.Object
cc.glsn.ConfigFile
- All Implemented Interfaces:
- Serializable
public class ConfigFile
- extends Object
- implements Serializable
- See Also:
- Serialized Form
InitalMapSize
public static int InitalMapSize
ConfigFile
public ConfigFile(String Filename)
throws FileNotFoundException
- Throws:
FileNotFoundException
ConfigFile
public ConfigFile(File InFile)
throws FileNotFoundException
- Throws:
FileNotFoundException
check
public boolean check(String Key)
getInt
public int getInt(String Key)
getLong
public long getLong(String Key)
getShort
public short getShort(String Key)
getDouble
public double getDouble(String Key)
getBoolean
public boolean getBoolean(String Key)
getString
public String getString(String Key)
getBigDecimal
public BigDecimal getBigDecimal(String Key)
getBigInteger
public BigInteger getBigInteger(String Key)
getList
public ArrayList getList(String Key)
getIntWithDefault
public int getIntWithDefault(String S,
int Default)
getLongWithDefault
public long getLongWithDefault(String S,
long Default)
getShortWithDefault
public short getShortWithDefault(String S,
short Default)
getDoubleWithDefault
public double getDoubleWithDefault(String S,
double Default)
getBooleanWithDefault
public boolean getBooleanWithDefault(String S,
boolean Default)
getStringWithDefault
public String getStringWithDefault(String S,
String Default)
getBigDecimalWithDefault
public BigDecimal getBigDecimalWithDefault(String S,
BigDecimal Default)
getBigIntegerWithDefault
public BigInteger getBigIntegerWithDefault(String S,
BigInteger Default)