|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jconfig.handler.LDAPHandler
Constructor Summary | |
LDAPHandler()
|
Method Summary | |
Configuration |
load(java.lang.String configurationName)
This method should read the configuration and then set the categories and properties. |
Configuration |
load(java.lang.String configurationName,
ConfigurationParser parser)
This method loads a configuration using a specific parser and returns it |
void |
store()
This method should store all categories and properties. |
void |
store(Configuration configuration)
This method should store all categories and properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LDAPHandler()
Method Detail |
public Configuration load(java.lang.String configurationName) throws ConfigurationManagerException
load
in interface ConfigurationHandler
configurationName
- the name of the configuration
ConfigurationManagerException
public void store() throws ConfigurationManagerException
ConfigurationManagerException
public void store(Configuration configuration) throws ConfigurationManagerException
store
in interface ConfigurationHandler
configuration
- the Configuration that should be saved
ConfigurationManagerException
public Configuration load(java.lang.String configurationName, ConfigurationParser parser) throws ConfigurationManagerException
ConfigurationHandler
load
in interface ConfigurationHandler
configurationName
- the name of the configurationparser
- the parser that should be used
ConfigurationManagerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |