class PropertyConfigurationFactory extends java.lang.Object implements ConfigurationFactory
| Modifier and Type | Field and Description |
|---|---|
private static PropertyConfiguration |
ROOT_CONFIGURATION |
| Constructor and Description |
|---|
PropertyConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
clean up resources acquired by this factory.
|
Configuration |
getInstance()
returns the root configuration
|
Configuration |
getInstance(java.lang.String configTreePath)
returns the configuration specified by the path
|
private static final PropertyConfiguration ROOT_CONFIGURATION
public Configuration getInstance()
getInstance in interface ConfigurationFactorypublic Configuration getInstance(java.lang.String configTreePath)
getInstance in interface ConfigurationFactoryconfigTreePath - the pathpublic void dispose()
dispose in interface ConfigurationFactory