org.kuali.common.util.property.processor
Class TrimProcessor
java.lang.Object
org.kuali.common.util.property.processor.TrimProcessor
- All Implemented Interfaces:
- PropertyProcessor
public class TrimProcessor
- extends Object
- implements PropertyProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrimProcessor
public TrimProcessor()
TrimProcessor
public TrimProcessor(List<String> includes,
List<String> excludes)
process
public void process(Properties properties)
- Specified by:
process
in interface PropertyProcessor
getIncludes
public List<String> getIncludes()
setIncludes
public void setIncludes(List<String> includes)
getExcludes
public List<String> getExcludes()
setExcludes
public void setExcludes(List<String> excludes)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.