protected static class ConfigurationServiceImpl.FilePropertySource extends Object implements ConfigurationServiceImpl.PropertySource
| Modifier | Constructor and Description |
|---|---|
protected |
ConfigurationServiceImpl.FilePropertySource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
boolean |
isAllowOverrides() |
Properties |
loadProperties()
Attempts to load properties from a properties file which has the current fileName and is located on the
classpath
|
void |
setAllowOverrides(boolean allowOverrides) |
void |
setFileName(String fileName) |
protected ConfigurationServiceImpl.FilePropertySource()
public void setFileName(String fileName)
public String getFileName()
public boolean isAllowOverrides()
public void setAllowOverrides(boolean allowOverrides)
public Properties loadProperties()
loadProperties in interface ConfigurationServiceImpl.PropertySourceIllegalStateException - if the fileName is null or emptyConfigurationServiceImpl.PropertySource.loadProperties()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.