org.jconfig.handler
Interface ConfigurationHandler
- All Known Implementing Classes:
- AbstractHandler, JDBCHandler, LDAPHandler, ScriptHandler, URLHandler, XMLFileHandler, InputStreamHandler
- public interface ConfigurationHandler
This interface defines all methods that must be implemented
by all Handler classes.
- Author:
- Andreas Mecky , Terry Dye
Method Summary |
Configuration |
load(java.lang.String configurationName)
This method loads a configuration and returns it |
void |
store(Configuration configuration)
This method should store all categories and properties. |
load
public Configuration load(java.lang.String configurationName)
throws ConfigurationManagerException
- This method loads a configuration and returns it
store
public void store(Configuration configuration)
throws ConfigurationManagerException
- This method should store all categories and properties.
- Throws:
ConfigurationManagerException
-
Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.