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 ConfigurationService
ConfigurationService.getPropertyValueAsString(java.lang.String)
public boolean getPropertyValueAsBoolean(String key)
getPropertyValueAsBoolean
in interface ConfigurationService
ConfigurationService.getPropertyValueAsBoolean(java.lang.String)
public Map<String,String> getAllProperties()
getAllProperties
in interface ConfigurationService
ConfigurationService.getAllProperties()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.