org.kuali.common.util.execute
Class FileCopyExecutable

java.lang.Object
  extended by 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

Constructor Summary
FileCopyExecutable()
           
 
Method Summary
 void execute()
           
 String getDestinationDir()
           
 String getFilePatterns()
           
 String getSourceDir()
           
 void setDestinationDir(String destinationDir)
           
 void setFilePatterns(String filePatterns)
           
 void setSourceDir(String sourceDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCopyExecutable

public FileCopyExecutable()
Method Detail

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.