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
Constructors - 
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, isEmptyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ConfigurationReturns the path to the configuration.- Specified by:
 getBasePathin interfaceConfiguration- Returns:
 - the absolute path to the configuration folder.
 
 
 -