seda.sandStorm.main
Class SandstormConfig.configSection

java.lang.Object
  extended by seda.sandStorm.main.SandstormConfig.configSection
Enclosing class:
SandstormConfig

 class SandstormConfig.configSection
extends java.lang.Object


Constructor Summary
SandstormConfig.configSection(java.io.Reader in)
           
SandstormConfig.configSection(java.lang.String name)
           
 
Method Summary
(package private)  void addSubsection(SandstormConfig.configSection subsec)
           
(package private)  void dump()
           
(package private)  java.util.Enumeration getKeys()
           
(package private)  java.lang.String getName()
           
(package private)  SandstormConfig.configSection getSubsection(java.lang.String name)
           
(package private)  java.util.Enumeration getSubsections()
           
(package private)  java.lang.String getVal(java.lang.String key)
           
(package private)  java.util.Hashtable getVals()
           
(package private)  int numKeys()
           
(package private)  void putVal(java.lang.String key, java.lang.String val)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SandstormConfig.configSection

SandstormConfig.configSection(java.io.Reader in)
                        throws java.io.IOException
Throws:
java.io.IOException

SandstormConfig.configSection

SandstormConfig.configSection(java.lang.String name)
Method Detail

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()
Overrides:
toString in class java.lang.Object