Uses of Interface
com.tomgibara.pronto.config.Config

Packages that use Config
com.tomgibara.pronto.config   
com.tomgibara.pronto.config.impl   
 

Uses of Config in com.tomgibara.pronto.config
 

Methods in com.tomgibara.pronto.config that return Config
 Config Config.clone()
          Returns a config object which is supported by the same properties and which uses the same class loader.
 Config Config.forClassLoader(java.lang.ClassLoader classLoader)
          Returns a config object which is supported by the same properties as this one but using the specified class loader.
abstract  Config ConfigFactory.newConfig(ConfigSource source, java.lang.ClassLoader classLoader)
          Constructs a new config.
 

Uses of Config in com.tomgibara.pronto.config.impl
 

Methods in com.tomgibara.pronto.config.impl that return Config
 Config ConfigFactoryImpl.newConfig(ConfigSource source, java.lang.ClassLoader classLoader)
          Returns a new ConfigImpl instance.
 



Copyright © 2006-2007 Tom Gibara. All Rights Reserved.