|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Config | |
|---|---|
| com.agimatec.commons.config | |
| com.agimatec.commons.config.sax | |
| com.agimatec.dbmigrate | |
| Uses of Config in com.agimatec.commons.config |
|---|
| Fields in com.agimatec.commons.config declared as Config | |
|---|---|
protected Config |
ConfigManager.myConfigroot
|
| Methods in com.agimatec.commons.config that return Config | |
|---|---|
Config |
ConfigManager.getCachedConfig(java.lang.String aConfigName)
|
Config |
ConfigManager.getConfig(java.lang.String configname)
get or read the config named configname. |
Config |
ConfigManager.getConfig(java.lang.String configname,
boolean allowNullReturn)
|
Config |
ConfigManager.getConfig(java.lang.String aConfigname,
java.lang.String aPath)
return the config with the given name from the cache. |
Config |
ConfigManager.getConfig(java.lang.String aConfigName,
java.lang.String aPath,
boolean isRelativeFlag)
return the config with the given name from the cache. |
Config |
ConfigManager.getConfigRoot()
|
Config |
ConfigManager.getConfigUncached(java.lang.String configname)
the same as this#getConfig(java.lang.String) but the
config is read from file and not cached. |
Config |
ConfigManager.parseConfig(java.lang.String aConfigXMLString)
|
Config |
ConfigManager.readConfig(java.lang.String aPath)
open and parse the file name given in path. |
Config |
ConfigManager.readConfig(java.lang.String aPath,
boolean isRelativeFlag)
open and parse the file name given in path. |
| Methods in com.agimatec.commons.config with parameters of type Config | |
|---|---|
void |
ConfigManager.cacheConfig(Config aConfig,
java.lang.String aConfigName)
put the config into the cache |
void |
ConfigManager.uncacheConfig(Config aConfig)
remove the config from the cache |
java.lang.String |
ConfigManager.writeConfig(Config aConfig)
|
void |
ConfigManager.writeConfig(Config aConfig,
java.io.PrintWriter aPrintWriter)
|
| Uses of Config in com.agimatec.commons.config.sax |
|---|
| Methods in com.agimatec.commons.config.sax that return Config | |
|---|---|
Config |
ConfigContentHandler.getConfig()
|
| Uses of Config in com.agimatec.dbmigrate |
|---|
| Methods in com.agimatec.dbmigrate that return Config | |
|---|---|
Config |
BaseMigrationTool.getMigrateConfig()
|
| Methods in com.agimatec.dbmigrate with parameters of type Config | |
|---|---|
protected void |
AutoMigrationTool.prepareLocalEnvironment(Config cfg)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||