org.kuali.common.util.property.processor
Class ResolvingProcessor
java.lang.Object
org.kuali.common.util.property.processor.ResolvingProcessor
- All Implemented Interfaces:
- PropertyProcessor
public class ResolvingProcessor
- extends Object
- implements PropertyProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ResolvingProcessor
public ResolvingProcessor()
ResolvingProcessor
public ResolvingProcessor(boolean ignoreUnresolvable,
String resolveKey)
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.