| Package | Description |
|---|---|
| com.agimatec.commons.config | |
| com.agimatec.commons.config.sax | |
| com.agimatec.dbmigrate |
| Modifier and Type | Field and Description |
|---|---|
protected Config |
ConfigManager.myConfigroot |
| Modifier and Type | Method and Description |
|---|---|
Config |
ConfigManager.getCachedConfig(String aConfigName) |
Config |
ConfigManager.getConfig(String configname)
get or read the config named configname.
|
Config |
ConfigManager.getConfig(String configname,
boolean allowNullReturn) |
Config |
ConfigManager.getConfig(String aConfigname,
String aPath)
return the config with the given name from the cache.
|
Config |
ConfigManager.getConfig(String aConfigName,
String aPath,
boolean isRelativeFlag)
return the config with the given name from the cache.
|
Config |
ConfigManager.getConfigRoot() |
Config |
ConfigManager.getConfigUncached(String configname)
the same as
this#getConfig(java.lang.String) but the
config is read from file and not cached. |
Config |
ConfigManager.parseConfig(String aConfigXMLString) |
Config |
ConfigManager.readConfig(String aPath)
open and parse the file name given in path.
|
Config |
ConfigManager.readConfig(String aPath,
boolean isRelativeFlag)
open and parse the file name given in path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.cacheConfig(Config aConfig,
String aConfigName)
put the config into the cache
|
void |
ConfigManager.uncacheConfig(Config aConfig)
remove the config from the cache
|
String |
ConfigManager.writeConfig(Config aConfig) |
void |
ConfigManager.writeConfig(Config aConfig,
PrintWriter aPrintWriter) |
| Modifier and Type | Method and Description |
|---|---|
Config |
ConfigContentHandler.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
Config |
BaseMigrationTool.getMigrateConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AutoMigrationTool.prepareLocalEnvironment(Config cfg) |
Copyright © 2008–2018. All rights reserved.