org.kuali.common.util.property.processor
Class ResolvePlaceholdersProcessor

java.lang.Object
  extended by org.kuali.common.util.property.processor.ResolvePlaceholdersProcessor
All Implemented Interfaces:
PropertyProcessor

public class ResolvePlaceholdersProcessor
extends Object
implements PropertyProcessor


Constructor Summary
ResolvePlaceholdersProcessor()
           
ResolvePlaceholdersProcessor(org.springframework.util.PropertyPlaceholderHelper helper)
           
ResolvePlaceholdersProcessor(org.springframework.util.PropertyPlaceholderHelper helper, GlobalPropertiesMode globalPropertiesMode)
           
 
Method Summary
 GlobalPropertiesMode getGlobalPropertiesMode()
           
 org.springframework.util.PropertyPlaceholderHelper getHelper()
           
 void process(Properties properties)
           
 void setGlobalPropertiesMode(GlobalPropertiesMode globalPropertiesMode)
           
 void setHelper(org.springframework.util.PropertyPlaceholderHelper helper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolvePlaceholdersProcessor

public ResolvePlaceholdersProcessor()

ResolvePlaceholdersProcessor

public ResolvePlaceholdersProcessor(org.springframework.util.PropertyPlaceholderHelper helper)

ResolvePlaceholdersProcessor

public ResolvePlaceholdersProcessor(org.springframework.util.PropertyPlaceholderHelper helper,
                                    GlobalPropertiesMode globalPropertiesMode)
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.