| Package | Description |
|---|---|
| de.cismet.tools.configuration |
Includes the cismet configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationManager.addConfigurable(Configurable configurable)
Appends specified
Configurable to the list ConfigurationManager.configurables. |
void |
ConfigurationManager.configure(Configurable singleConfig)
Configures the specified
Configurable; Uses the default Path to the local root Object. |
void |
ConfigurationManager.configure(Configurable singleConfig,
String path)
Configures the specified
Configurable; Uses a specified path to the local Object. |
void |
ConfigurationManager.configure(Configurable singleConfig,
String path,
boolean merge)
Configures the specified
Configurable; Uses a specified path to the local Object. |
void |
ConfigurationManager.configureFromClasspath(Configurable singleConfig)
Configures the specified
Configurable; Uses the Classpath to the local root Object. |
void |
ConfigurationManager.configureFromClasspath(String url,
Configurable singleConfig)
Configures the specified
Configurable; Uses the Classpath to the local root Object. |
void |
ConfigurationManager.removeConfigurable(Configurable configurable)
Removes specified
Configurable from the list ConfigurationManager.configurables. |
Copyright © 2012–2026 cismet GmbH. All rights reserved.