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

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

public class ResolvingProcessor
extends Object
implements PropertyProcessor


Field Summary
static boolean DEFAULT_IGNORE_UNRESOLVABLE
           
static String DEFAULT_RESOLVE_KEY
           
 
Constructor Summary
ResolvingProcessor()
           
ResolvingProcessor(boolean ignoreUnresolvable, String resolveKey)
           
 
Method Summary
 org.springframework.util.PropertyPlaceholderHelper getHelper()
           
 String getResolveKey()
           
 boolean isIgnoreUnresolvable()
           
 void process(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_IGNORE_UNRESOLVABLE

public static final boolean DEFAULT_IGNORE_UNRESOLVABLE
See Also:
Constant Field Values

DEFAULT_RESOLVE_KEY

public static final String DEFAULT_RESOLVE_KEY
See Also:
Constant Field Values
Constructor Detail

ResolvingProcessor

public ResolvingProcessor()

ResolvingProcessor

public ResolvingProcessor(boolean ignoreUnresolvable,
                          String resolveKey)
Method Detail

process

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

isIgnoreUnresolvable

public boolean isIgnoreUnresolvable()

getResolveKey

public String getResolveKey()

getHelper

public org.springframework.util.PropertyPlaceholderHelper getHelper()


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