org.util.xml.io
Class XMLConfigManager
java.lang.Object
org.util.xml.io.XMLConfigManager
public class XMLConfigManager
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XMLConfigManager
public XMLConfigManager()
throws java.io.IOException
- Throws:
java.io.IOException
XMLConfigManager
public XMLConfigManager(java.lang.String file_name)
throws java.io.IOException
- Throws:
java.io.IOException
XMLConfigManager
public XMLConfigManager(java.io.File config_file)
throws java.io.IOException
- Throws:
java.io.IOException
XMLConfigManager
public XMLConfigManager(java.io.File config_file,
boolean b)
throws java.io.IOException
- Throws:
java.io.IOException
initialize
public void initialize(boolean b)
throws java.io.IOException
- Throws:
java.io.IOException
initialize
public void initialize()
throws java.lang.Exception
- Throws:
java.lang.Exception
getTag
public TagElement getTag(java.lang.String full_key)
getDouble
public double getDouble(java.lang.String full_key,
double value)
getInt
public int getInt(java.lang.String full_key,
int value)
getBoolean
public boolean getBoolean(java.lang.String full_key,
boolean value)
getValue
public java.lang.String getValue(java.lang.String full_key,
java.lang.String value)
setValue
public void setValue(java.lang.String full_key,
java.lang.String value)
getTag
public TagElement getTag()
inputSetting
public void inputSetting()
throws java.io.IOException
- Throws:
java.io.IOException
outputSetting
public void outputSetting()
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object