public interface MidpointConfiguration
Modifier and Type | Method and Description |
---|---|
org.apache.commons.configuration.Configuration |
getConfiguration(String componetID)
get configuration for symbolic name of the component from configuration
subsytem.
|
String |
getMidpointHome() |
String getMidpointHome()
org.apache.commons.configuration.Configuration getConfiguration(String componetID)
componetID
- name of the component Samples of names: ://commons.apache.org/configuration
/apidocs/org/apache/commons/configuration/Configuration.html
Sample how to get config value:
config.getInt("port", 1234);
Copyright © 2013 evolveum. All rights reserved.