static ConfigurationFramework |
ConfigurationFramework.getInstance() |
Returns the single application wide configuration framework instance.
|
ConfigurationFramework |
ConfigurationFramework.initialize() |
Initializes the configuration framework using the application's class loader as the parent class loader,
and the current working directory as the install and instance path.
|
ConfigurationFramework |
ConfigurationFramework.initialize(String installAndInstancePath) |
Initializes the configuration framework using the application's class loader
as the parent class loader, and the provided install/instance path.
|
ConfigurationFramework |
ConfigurationFramework.initialize(String installPath,
String instancePath) |
Initializes the configuration framework using the application's class loader
as the parent class loader, and the provided install and instance paths.
|
ConfigurationFramework |
ConfigurationFramework.initialize(String installPath,
String instancePath,
ClassLoader parent) |
Initializes the configuration framework using the provided parent class
loader and install and instance paths.
|
ConfigurationFramework |
ConfigurationFramework.setIsClient(boolean isClient) |
Specifies whether the configuration framework is being used within
a client application.
|