Uses of Class
com.agimatec.commons.config.Config

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(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.
 

Methods in com.agimatec.commons.config with parameters of type Config
 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)
           
 

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)
           
 



Copyright © 2008-2012. All Rights Reserved.