Package org.opennms.pris.config
Class GlobalApacheConfiguration
java.lang.Object
org.opennms.pris.config.AbstractApacheConfiguration
org.opennms.pris.config.GlobalApacheConfiguration
- All Implemented Interfaces:
Configuration
-
Constructor Summary
-
Method Summary
Methods inherited from class org.opennms.pris.config.AbstractApacheConfiguration
addProperty, containsKey, getBoolean, getBoolean, getConfig, getConfiguration, getInt, getInt, getKeys, getPath, getPath, getPaths, getString, getString, getStringArray, isEmpty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opennms.pris.api.Configuration
addProperty, containsKey, getBoolean, getBoolean, getInt, getInt, getKeys, getPath, getPath, getPaths, getString, getString, getStringArray, isEmpty
-
Constructor Details
-
GlobalApacheConfiguration
-
-
Method Details
-
getBasePath
Description copied from interface:Configuration
Returns the path to the configuration.- Specified by:
getBasePath
in interfaceConfiguration
- Returns:
- the absolute path to the configuration folder.
-