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

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

public class PathProcessor
extends Object
implements PropertyProcessor


Constructor Summary
PathProcessor()
           
PathProcessor(List<String> includes)
           
 
Method Summary
 List<String> getExcludes()
           
 List<String> getIncludes()
           
 Mode getPropertyOverwriteMode()
           
 String getSuffix()
           
 void process(Properties properties)
           
 void setExcludes(List<String> excludes)
           
 void setIncludes(List<String> includes)
           
 void setPropertyOverwriteMode(Mode propertyOverwriteMode)
           
 void setSuffix(String suffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathProcessor

public PathProcessor()

PathProcessor

public PathProcessor(List<String> includes)
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.