public class ConfigurationServiceImpl extends Object implements ConfigurationService
| Constructor and Description |
|---|
ConfigurationServiceImpl()
Harcoding the configFileName, by request.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllProperties() |
boolean |
getPropertyValueAsBoolean(String key) |
String |
getPropertyValueAsString(String key) |
public ConfigurationServiceImpl()
public 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.