|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ConfigurationBuilder
is a Strategy class used to configure a UMOManager
instance using different configuration mechanisms, such as for Xml, a script or some
other means.
Method Summary | |
UMOManager |
configure(java.io.Reader[] configResources)
Will configure a UMOManager based on the configurations made available through Readers |
UMOManager |
configure(java.lang.String configResources)
Will configure a UMOManager based on the configuration file(s) provided. |
boolean |
isConfigured()
|
Method Detail |
public UMOManager configure(java.lang.String configResources) throws ConfigurationException
configResources
- a comma separated list of configuration files to load,
this should be accessible on the classpath or filesystem
ConfigurationException
public UMOManager configure(java.io.Reader[] configResources) throws ConfigurationException
configResources
- an array of Readers
ConfigurationException
public boolean isConfigured()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |