接口 tot.xml.Configuration
的使用

使用 Configuration 的软件包
tot.xml   
 

tot.xmlConfiguration 的使用
 

实现 Configurationtot.xml 中的类
 class AbstractConfiguration
          Abstract configuration class.
 class BaseConfiguration
          Basic configuration classe.
 class BasePathConfiguration
           
 class DOM4JConfiguration
          Reads a XML configuration file.
 class XMLConfiguration
           
 

声明为 Configurationtot.xml 中的字段
protected  Configuration AbstractConfiguration.defaults
          stores the configuration key-value pairs
 

返回 Configurationtot.xml 中的方法
 Configuration AbstractConfiguration.subset(java.lang.String prefix)
          Create an BaseConfiguration object that is a subset of this one.
 Configuration Configuration.subset(java.lang.String prefix)
          Create an Configuration object that is a subset of this one.
 

参数类型为 Configurationtot.xml 中的方法
static void ConfigurationUtils.dump(Configuration configuration, java.io.PrintStream out)
          Dump the configuration key/value mappings to some ouput stream.
static void ConfigurationUtils.dump(Configuration configuration, java.io.PrintWriter out)
          Dump the configuration key/value mappings to some writer.
static java.lang.String ConfigurationUtils.toString(Configuration configuration)
          Get a string representation of the key/value mappings of a configuration.
 

参数类型为 Configurationtot.xml 中的构造函数
AbstractConfiguration(Configuration defaults)
          Creates an empty AbstractConfiguration object with a Super-Object which is queries for every key.
BaseConfiguration(Configuration defaults)
          Creates an empty BaseConfiguration object with a Super-Object which is queries for every key.