public class PropertiesBaseConfiguration extends BaseConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
logger
A logger for this class
|
| Modifier | Constructor and Description |
|---|---|
protected |
PropertiesBaseConfiguration(String path)
Private constructor
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBoolean(String key) |
Boolean |
getBoolean(String key,
Boolean def) |
Integer |
getInt(String key) |
Integer |
getInt(String key,
Integer def) |
List<Object> |
getList(String key) |
String |
getString(String key) |
getProxyHost, getProxyPassword, getProxyPort, getProxyUser, getRealm, isAuthnEnabled, isAuthzEnabledprotected PropertiesBaseConfiguration(String path)
public String getString(String key)
getString in interface RawConfigurationgetString in class BaseConfigurationpublic Boolean getBoolean(String key)
getBoolean in interface RawConfigurationgetBoolean in class BaseConfigurationpublic Boolean getBoolean(String key, Boolean def)
getBoolean in interface RawConfigurationgetBoolean in class BaseConfigurationCopyright © 2014. All Rights Reserved.