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