org.kuali.common.util.property
Class PropertiesContext

java.lang.Object
  extended by org.kuali.common.util.property.PropertiesContext
Direct Known Subclasses:
PropertiesLoaderFactoryBean

public class PropertiesContext
extends Object


Field Summary
protected  String encoding
           
protected  org.springframework.util.PropertyPlaceholderHelper helper
           
protected  List<String> locations
           
protected  Mode missingLocationsMode
           
protected  Properties properties
           
 
Constructor Summary
PropertiesContext()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

helper

protected org.springframework.util.PropertyPlaceholderHelper helper

encoding

protected String encoding

missingLocationsMode

protected Mode missingLocationsMode

properties

protected Properties properties

locations

protected List<String> locations
Constructor Detail

PropertiesContext

public PropertiesContext()
Method Detail

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.