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(String configTreePath)
returns the configuration specified by the path
|
Configuration getInstance()
Configuration getInstance(String configTreePath)
configTreePath
- the pathvoid dispose()
Copyright © 2018. All rights reserved.