org.kuali.common.util.property
Class PropertiesContext
java.lang.Object
org.kuali.common.util.property.PropertiesContext
- Direct Known Subclasses:
- PropertiesLoaderFactoryBean
public class PropertiesContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
helper
protected org.springframework.util.PropertyPlaceholderHelper helper
encoding
protected String encoding
missingLocationsMode
protected Mode missingLocationsMode
properties
protected Properties properties
locations
protected List<String> locations
PropertiesContext
public PropertiesContext()
getHelper
public org.springframework.util.PropertyPlaceholderHelper getHelper()
setHelper
public void setHelper(org.springframework.util.PropertyPlaceholderHelper helper)
getEncoding
public String getEncoding()
setEncoding
public void setEncoding(String encoding)
getProperties
public Properties getProperties()
setProperties
public void setProperties(Properties properties)
getLocations
public List<String> getLocations()
setLocations
public void setLocations(List<String> locations)
getMissingLocationsMode
public Mode getMissingLocationsMode()
setMissingLocationsMode
public void setMissingLocationsMode(Mode missingLocationsMode)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.