|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationManagerException | |
org.jconfig | |
org.jconfig.bootstrap | |
org.jconfig.handler |
Uses of ConfigurationManagerException in org.jconfig |
Methods in org.jconfig that throw ConfigurationManagerException | |
void |
ConfigurationManager.load(ConfigurationHandler configurationHandler,
java.lang.String configurationName)
This method will load a configuration with the specific ConfigurationHandler and store it in the internal map with the given name. |
void |
ConfigurationManager.save(java.lang.String configName)
This method will store the configuration for the given name using the associated handler that was used when the configuration was loaded. |
void |
ConfigurationManager.save(ConfigurationHandler handler,
Configuration config)
This method will save a configuration using the defined ConfigurationHandler. |
void |
ConfigurationManager.reload(java.lang.String name)
This method will reload a configuration with the same handler that was used for the initially loading. |
Uses of ConfigurationManagerException in org.jconfig.bootstrap |
Methods in org.jconfig.bootstrap that throw ConfigurationManagerException | |
LoadedItem[] |
DefaultBootstrapLoader.load()
|
LoadedItem[] |
XMLBootstrapLoader.load()
|
LoadedItem[] |
BootstrapLoader.load()
This method is supposed to return a list of configurations. |
Uses of ConfigurationManagerException in org.jconfig.handler |
Methods in org.jconfig.handler that throw ConfigurationManagerException | |
Configuration |
PropertiesFileHandler.load(java.lang.String configName)
|
void |
PropertiesFileHandler.store(Configuration configuration)
This method should store all categories and properties. |
Configuration |
LDAPHandler.load(java.lang.String configurationName)
This method should read the configuration and then set the categories and properties. |
void |
LDAPHandler.store()
This method should store all categories and properties. |
void |
LDAPHandler.store(Configuration configuration)
This method should store all categories and properties. |
Configuration |
JDBCHandler.load(java.lang.String configurationName)
|
protected java.sql.Connection |
JDBCHandler.JDBCLogin()
|
void |
JDBCHandler.store(Configuration configuration)
|
Configuration |
URLHandler.load()
|
Configuration |
URLHandler.load(java.lang.String configName)
|
protected Configuration |
URLHandler.load(java.lang.String theURL,
java.lang.String configName)
|
void |
URLHandler.store(Configuration configuration)
This method should store all categories and properties. |
Configuration |
ScriptHandler.load(java.lang.String configurationName)
|
void |
ScriptHandler.store(Configuration configuration)
|
Configuration |
ConfigServerHandler.load()
|
Configuration |
ConfigServerHandler.load(java.lang.String configName)
|
Configuration |
ConfigurationHandler.load(java.lang.String configurationName)
This method loads a configuration and returns it |
void |
ConfigurationHandler.store(Configuration configuration)
This method should store all categories and properties. |
protected void |
BaseXMLHandler.store(java.io.File file,
Configuration config)
This method will save the current categories and their properties to a file |
Configuration |
XMLFileHandler.load(java.lang.String configurationName)
|
Configuration |
XMLFileHandler.load(java.io.File file,
java.lang.String configName)
|
void |
XMLFileHandler.store(Configuration configuration)
This method should store all categories and properties. |
Configuration |
InputStreamHandler.load(java.lang.String configurationName)
Loads the configuration from a xml file. |
void |
InputStreamHandler.store(Configuration configuration)
This method should store all categories and properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |