|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Standard interface which is used to retrieve a Configuration from an InputStream or Reader.
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. |
Method Detail |
public Configuration getConfiguration(java.lang.String id, java.io.InputStream in) throws ConfigurationException
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
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 |