Package zombie.config
Class ConfigFile
java.lang.Object
zombie.config.ConfigFile
public class ConfigFile
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ConfigFile()
-
Method Summary
Modifier and Type Method Description java.util.ArrayList
getOptions()
int
getVersion()
boolean
read(java.lang.String fileName)
boolean
write(java.lang.String fileName, int version, java.util.ArrayList options)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
options
protected java.util.ArrayList options -
version
protected int version
-
-
Constructor Details
-
ConfigFile
public ConfigFile()
-
-
Method Details
-
read
public boolean read(java.lang.String fileName) -
write
public boolean write(java.lang.String fileName, int version, java.util.ArrayList options) -
getOptions
public java.util.ArrayList getOptions() -
getVersion
public int getVersion()
-