org.kuali.common.util.execute
Class FileCopyExecutable
java.lang.Object
org.kuali.common.util.execute.FileCopyExecutable
- All Implemented Interfaces:
- Executable
public class FileCopyExecutable
- extends Object
- implements Executable
File copying executable that uses simple patterns to copy files from one directory to another
- Author:
- andrewlubbers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCopyExecutable
public FileCopyExecutable()
execute
public void execute()
- Specified by:
execute
in interface Executable
getDestinationDir
public String getDestinationDir()
setDestinationDir
public void setDestinationDir(String destinationDir)
getFilePatterns
public String getFilePatterns()
setFilePatterns
public void setFilePatterns(String filePatterns)
getSourceDir
public String getSourceDir()
setSourceDir
public void setSourceDir(String sourceDir)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.