public class PropertiesContext extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
encoding |
protected org.springframework.util.PropertyPlaceholderHelper |
helper |
protected List<String> |
locations |
protected Mode |
missingLocationsMode |
protected Properties |
properties |
Constructor and Description |
---|
PropertiesContext() |
PropertiesContext(List<String> locations) |
PropertiesContext(List<String> locations,
String encoding) |
PropertiesContext(Properties properties) |
Modifier and Type | Method and Description |
---|---|
String |
getEncoding() |
org.springframework.util.PropertyPlaceholderHelper |
getHelper() |
List<String> |
getLocations() |
Mode |
getMissingLocationsMode() |
Properties |
getProperties() |
void |
setEncoding(String encoding) |
void |
setHelper(org.springframework.util.PropertyPlaceholderHelper helper) |
void |
setLocations(List<String> locations) |
void |
setMissingLocationsMode(Mode missingLocationsMode) |
void |
setProperties(Properties properties) |
protected org.springframework.util.PropertyPlaceholderHelper helper
protected Mode missingLocationsMode
protected Properties properties
public PropertiesContext()
public PropertiesContext(Properties properties)
public PropertiesContext(List<String> locations)
public PropertiesContext(List<String> locations, String encoding)
public org.springframework.util.PropertyPlaceholderHelper getHelper()
public void setHelper(org.springframework.util.PropertyPlaceholderHelper helper)
public String getEncoding()
public void setEncoding(String encoding)
public Properties getProperties()
public void setProperties(Properties properties)
public List<String> getLocations()
public void setLocations(List<String> locations)
public Mode getMissingLocationsMode()
public void setMissingLocationsMode(Mode missingLocationsMode)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.