|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anthonyeden.lib.config.sax.SAXConfigurationFactory
Implementation of the ConfigurationFactory interface which generates a a configuration tree using a SAX parser.
Method Summary | |
Configuration |
getConfiguration(java.lang.String id,
java.io.InputStream in)
Get the root Configuration object from the specified InputStream. |
Configuration |
getConfiguration(java.lang.String id,
java.io.Reader in)
Get the root Configuration object from the specified InputStream. |
static SAXConfigurationFactory |
getInstance()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static SAXConfigurationFactory getInstance()
public Configuration getConfiguration(java.lang.String id, java.io.InputStream in) throws ConfigurationException
getConfiguration
in interface ConfigurationFactory
id
- The id of the configuration (file path, URL, etc)in
- The InputStream
ConfigurationException
public Configuration getConfiguration(java.lang.String id, java.io.Reader in) throws ConfigurationException
getConfiguration
in interface ConfigurationFactory
id
- The id of the configuration (file path, URL, etc)in
- The InputStream
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |