anvil.server
Class ConfigReader
java.lang.Object
|
+--anvil.server.ConfigReader
- public class ConfigReader
- extends java.lang.Object
class ConfigReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigReader
public ConfigReader(ServerControl serverControl,
java.io.File source)
throws java.io.IOException
doCreate
protected Configurable doCreate(Zone self,
java.lang.String key)
create
public static Configurable create(Zone self,
java.lang.String key)
parse
public Configurable parse(Configurable self)
readKey
public java.lang.String readKey()
readValue
public java.lang.String readValue()
toBoolean
public static final boolean toBoolean(java.lang.String value)
toInt
public static final int toInt(java.lang.String value)
parse
public Server parse()