|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||