Uses of Class
com.autonomy.config.ConfigSection

Uses of ConfigSection in com.autonomy.config
 

Subclasses of ConfigSection in com.autonomy.config
 class ConfigFile
          Solid implementation of the ConfigEntry.
 

Methods in com.autonomy.config that return ConfigSection
 ConfigSection ConfigSection.readSection(java.lang.String sName)
          Returns a sub-section
 ConfigSection ConfigSection.readSectionSafely(java.lang.String sName)
          Returns a sub-section, creating it if it does not exist
 

Methods in com.autonomy.config with parameters of type ConfigSection
 void ConfigKey.addToSection(ConfigSection section)
          Add this key to a section
 void ConfigSection.setSection(ConfigSection section)
          Puts a new sub-section into this section
 

Constructors in com.autonomy.config with parameters of type ConfigSection
ConfigFile(ConfigSection csSection)