Uses of Interface
org.jconfig.parser.ConfigurationParser

Packages that use ConfigurationParser
org.jconfig.parser   
 

Uses of ConfigurationParser in org.jconfig.parser
 

Classes in org.jconfig.parser that implement ConfigurationParser
 class AbstractConfigParser
           
 class AdvancedConfigParser
           
 class CDataConfigParser
          The CDataConfigParser supports the following XML structure:

my value
more goes here
8080

It also supports "inheritance" that means one category can extend another category and will also have all properties.
 class DefaultConfigParser
           
 class NestedConfigParser
           
 

Methods in org.jconfig.parser that return ConfigurationParser
static ConfigurationParser ConfigurationParserFactory.getParser(java.lang.String configName)
           
 



Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.