seda.sandStorm.main
Class SandstormConfig.configSection
java.lang.Object
seda.sandStorm.main.SandstormConfig.configSection
- Enclosing class:
- SandstormConfig
- class SandstormConfig.configSection
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SandstormConfig.configSection
SandstormConfig.configSection(java.io.Reader in)
throws java.io.IOException
SandstormConfig.configSection
SandstormConfig.configSection(java.lang.String name)
getName
java.lang.String getName()
getSubsection
SandstormConfig.configSection getSubsection(java.lang.String name)
addSubsection
void addSubsection(SandstormConfig.configSection subsec)
getVal
java.lang.String getVal(java.lang.String key)
getSubsections
java.util.Enumeration getSubsections()
getKeys
java.util.Enumeration getKeys()
numKeys
int numKeys()
getVals
java.util.Hashtable getVals()
putVal
void putVal(java.lang.String key,
java.lang.String val)
dump
void dump()
toString
public java.lang.String toString()