|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines all methods that must be implemented by all Handler classes.
Method Summary | |
Configuration |
load(java.lang.String configurationName)
This method loads a configuration and returns it |
Configuration |
load(java.lang.String configurationName,
ConfigurationParser parser)
This method loads a configuration using a specific parser and returns it |
void |
store(Configuration configuration)
This method should store all categories and properties. |
Method Detail |
public Configuration load(java.lang.String configurationName) throws ConfigurationManagerException
configurationName
- the name of the configuration
ConfigurationManagerException
public Configuration load(java.lang.String configurationName, ConfigurationParser parser) throws ConfigurationManagerException
configurationName
- the name of the configurationparser
- the parser that should be used
ConfigurationManagerException
public void store(Configuration configuration) throws ConfigurationManagerException
configuration
- the Configuration that should be saved
ConfigurationManagerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |