com.infoteria.asteria.util.xml
Class PropertyFile
java.lang.Object
|
+--com.infoteria.asteria.util.xml.PropertyFile
- public class PropertyFile
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyFile
public PropertyFile(File propertyFile)
throws IOException
init
protected void init()
throws IOException
exists
protected boolean exists()
stringPropertyNames
protected Set stringPropertyNames()
get
public String get(String key)
remove
public void remove(String key)
add
public void add(String key,
String value)
save
public void save()
throws FileNotFoundException,
IOException