|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jconfig.parser.ConfigurationParserFactory
The ConfigurationParserFactory determines which configuration parser
for the specified configuration should be used. This can be defined
in the jconfig.properties or as system property.
The jconfig.properties must contain a property called "parser.{configname}"
(to define the parser for a specific configuration) or a property "parser".
This property must contain the fully qualified class name of the parser
If no jconfig.properties are found it will look for a system property
called "jconfig.parser".
If nothing is found then it will use the DefaultConfigParser
Method Summary | |
static ConfigurationParser |
getParser(java.lang.String configName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ConfigurationParser getParser(java.lang.String configName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |