org.kuali.common.util.property.processor
Class ResolvePlaceholdersProcessor
java.lang.Object
org.kuali.common.util.property.processor.ResolvePlaceholdersProcessor
- All Implemented Interfaces:
- PropertyProcessor
public class ResolvePlaceholdersProcessor
- extends Object
- implements PropertyProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolvePlaceholdersProcessor
public ResolvePlaceholdersProcessor()
ResolvePlaceholdersProcessor
public ResolvePlaceholdersProcessor(org.springframework.util.PropertyPlaceholderHelper helper)
ResolvePlaceholdersProcessor
public ResolvePlaceholdersProcessor(org.springframework.util.PropertyPlaceholderHelper helper,
GlobalPropertiesMode globalPropertiesMode)
process
public void process(Properties properties)
- Specified by:
process
in interface PropertyProcessor
getHelper
public org.springframework.util.PropertyPlaceholderHelper getHelper()
setHelper
public void setHelper(org.springframework.util.PropertyPlaceholderHelper helper)
getGlobalPropertiesMode
public GlobalPropertiesMode getGlobalPropertiesMode()
setGlobalPropertiesMode
public void setGlobalPropertiesMode(GlobalPropertiesMode globalPropertiesMode)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.