Uses of Class
rabbit.util.Config

Packages that use Config
rabbit.linkchecker This package holds the link verifier application. 
rabbit.proxy This is the main package for the RabbIT proxy. 
rabbit.util This package holds the various utils used in the proxy. 
 

Uses of Config in rabbit.linkchecker
 

Methods in rabbit.linkchecker with parameters of type Config
 void SimpleLogger.startLogging(Config cfg)
          This method is called when this Logger is started.
 void Logger.startLogging(Config cfg)
          This method is called when this Logger is started.
 

Uses of Config in rabbit.proxy
 

Fields in rabbit.proxy declared as Config
static Config Proxy.config
          The current configuration
 

Methods in rabbit.proxy with parameters of type Config
static void Proxy.reConfigure(Config config)
          Reconfigure the proxy during runtime.
 

Uses of Config in rabbit.util
 

Methods in rabbit.util with parameters of type Config
 void Config.merge(Config other)
          Merge this config with another one.