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

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

Deprecated.

@Deprecated
public class ResolvePlaceholdersProcessor
extends Object
implements PropertyProcessor


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

Constructor Detail

ResolvePlaceholdersProcessor

public ResolvePlaceholdersProcessor()
Deprecated. 

ResolvePlaceholdersProcessor

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

ResolvePlaceholdersProcessor

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

process

public void process(Properties properties)
Deprecated. 
Specified by:
process in interface PropertyProcessor

getHelper

public org.springframework.util.PropertyPlaceholderHelper getHelper()
Deprecated. 

setHelper

public void setHelper(org.springframework.util.PropertyPlaceholderHelper helper)
Deprecated. 

getGlobalPropertiesMode

public GlobalPropertiesMode getGlobalPropertiesMode()
Deprecated. 

setGlobalPropertiesMode

public void setGlobalPropertiesMode(GlobalPropertiesMode globalPropertiesMode)
Deprecated. 


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.