public class SimpleConfigurationService extends Object implements ConfigurationService
| Constructor and Description |
|---|
SimpleConfigurationService() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllProperties() |
Properties |
getProperties()
Get the configuration properties.
|
boolean |
getPropertyValueAsBoolean(String key) |
String |
getPropertyValueAsString(String key) |
void |
setProperties(Properties properties)
Set the configuration properties.
|
public SimpleConfigurationService()
public Properties getProperties()
public void setProperties(Properties properties)
properties - The properties to setpublic String getPropertyValueAsString(String key)
getPropertyValueAsString in interface ConfigurationServiceConfigurationService.getPropertyValueAsString(java.lang.String)public boolean getPropertyValueAsBoolean(String key)
getPropertyValueAsBoolean in interface ConfigurationServiceConfigurationService.getPropertyValueAsBoolean(java.lang.String)public Map<String,String> getAllProperties()
getAllProperties in interface ConfigurationServiceConfigurationService.getAllProperties()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.