|
|||||||||||
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.setConfiguration(Configuration configuration,
ConfigurationHandler handler)
|
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. |
static Configuration |
ConfigurationLoader.load()
|
static Configuration |
ConfigurationLoader.load(java.lang.String configName)
|
static Configuration |
ConfigurationLoader.load(java.lang.String configName,
java.lang.String parserName)
|
static Configuration |
ConfigurationLoader.loadFile(java.lang.String configName,
java.lang.String fileName)
|
static Configuration |
ConfigurationLoader.loadFile(java.lang.String configName,
java.lang.String fileName,
java.lang.String parserName)
|
static Configuration |
ConfigurationLoader.loadFromUrl(java.lang.String configName,
java.lang.String url)
|
static Configuration |
ConfigurationLoader.loadFromUrl(java.lang.String configName,
java.lang.String url,
java.lang.String parserName)
|
static Configuration |
ConfigurationLoader.loadScript(java.lang.String configName)
|
static Configuration |
ConfigurationLoader.loadScript(java.lang.String configName,
java.lang.String fileName)
|
Uses of ConfigurationManagerException in org.jconfig.bootstrap |
Methods in org.jconfig.bootstrap that throw ConfigurationManagerException | |
LoadedItem[] |
XMLBootstrapLoader.load()
|
LoadedItem[] |
DefaultBootstrapLoader.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 |
XMLFileHandler.load(java.lang.String configurationName)
|
Configuration |
XMLFileHandler.load(java.lang.String configurationName,
ConfigurationParser parser)
|
Configuration |
XMLFileHandler.load(java.io.File file,
java.lang.String configurationName)
|
Configuration |
XMLFileHandler.load(java.io.File file,
java.lang.String configName,
ConfigurationParser parser)
|
void |
XMLFileHandler.store(Configuration configuration)
This method should store all categories and properties. |
Configuration |
URLHandler.load()
|
Configuration |
URLHandler.load(java.lang.String configName)
|
Configuration |
URLHandler.load(java.lang.String configName,
ConfigurationParser parser)
|
protected Configuration |
URLHandler.load(java.lang.String theURL,
java.lang.String configName)
|
protected Configuration |
URLHandler.load(java.lang.String theURL,
java.lang.String configName,
ConfigurationParser parser)
|
void |
URLHandler.store(Configuration configuration)
This method should store all categories and properties. |
Configuration |
SimpleScriptHandler.load(java.lang.String configurationName)
This method loads all files that are found ending with "_config.script". |
Configuration |
SimpleScriptHandler.load(java.lang.String configurationName,
java.lang.String fileName)
|
Configuration |
SimpleScriptHandler.load(java.lang.String configurationName,
java.io.InputStream is)
|
void |
SimpleScriptHandler.store(Configuration configuration)
This method is not yet implemented! |
Configuration |
SimpleScriptHandler.load(java.lang.String configurationName,
ConfigurationParser parser)
|
Configuration |
ScriptHandler.load(java.lang.String configurationName)
This method loads all files that are found ending with "_config.script". |
void |
ScriptHandler.store(Configuration configuration)
This method is not yet implemented! |
Configuration |
ScriptHandler.load(java.lang.String configurationName,
ConfigurationParser parser)
|
Configuration |
PropertiesFileHandler.load(java.lang.String configName)
|
void |
PropertiesFileHandler.store(Configuration configuration)
This method should store all categories and properties. |
Configuration |
PropertiesFileHandler.load(java.lang.String configurationName,
ConfigurationParser parser)
|
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 |
LDAPHandler.load(java.lang.String configurationName,
ConfigurationParser parser)
|
Configuration |
JDBCHandler.load(java.lang.String configurationName)
|
protected java.sql.Connection |
JDBCHandler.JDBCLogin()
|
void |
JDBCHandler.store(Configuration configuration)
|
Configuration |
JDBCHandler.load(java.lang.String configurationName,
ConfigurationParser parser)
|
Configuration |
InputStreamHandler.load(java.lang.String configurationName)
Loads the configuration from a xml file. |
Configuration |
InputStreamHandler.load(java.lang.String configurationName,
ConfigurationParser parser)
This method will read in a file and generate the properties |
void |
InputStreamHandler.store(Configuration configuration)
This method should store all categories and properties. |
Configuration |
ConfigurationHandler.load(java.lang.String configurationName)
This method loads a configuration and returns it |
Configuration |
ConfigurationHandler.load(java.lang.String configurationName,
ConfigurationParser parser)
This method loads a configuration using a specific parser and returns it |
void |
ConfigurationHandler.store(Configuration configuration)
This method should store all categories and properties. |
Configuration |
ConfigServerHandler.load()
|
Configuration |
ConfigServerHandler.load(java.lang.String configName)
|
protected void |
BaseXMLHandler.store(java.io.File file,
Configuration config)
This method will save the current categories and their properties to a file |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |