org.kuali.common.util.execute
Class StorePropertiesExecutable

java.lang.Object
  extended by org.kuali.common.util.execute.StorePropertiesExecutable
All Implemented Interfaces:
Executable

public class StorePropertiesExecutable
extends Object
implements Executable


Constructor Summary
StorePropertiesExecutable()
           
 
Method Summary
 void execute()
           
 String getEncoding()
           
 List<String> getExcludes()
           
 List<String> getIncludes()
           
 File getOutputFile()
           
 Properties getProperties()
           
 boolean isSkip()
           
 void setEncoding(String encoding)
           
 void setExcludes(List<String> excludes)
           
 void setIncludes(List<String> includes)
           
 void setOutputFile(File outputFile)
           
 void setProperties(Properties properties)
           
 void setSkip(boolean skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorePropertiesExecutable

public StorePropertiesExecutable()
Method Detail

execute

public void execute()
Specified by:
execute in interface Executable

getProperties

public Properties getProperties()

setProperties

public void setProperties(Properties properties)

getOutputFile

public File getOutputFile()

setOutputFile

public void setOutputFile(File outputFile)

getIncludes

public List<String> getIncludes()

setIncludes

public void setIncludes(List<String> includes)

getExcludes

public List<String> getExcludes()

setExcludes

public void setExcludes(List<String> excludes)

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)

isSkip

public boolean isSkip()

setSkip

public void setSkip(boolean skip)


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