public interface ConfigurationFactory
| 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 | 
Configuration getInstance()
Configuration getInstance(java.lang.String configTreePath)
configTreePath - the pathvoid dispose()