org.kuali.common.util.execute
Class CopyLocationsToDirectoryExecutable

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

public class CopyLocationsToDirectoryExecutable
extends AbstractCopyLocationsExecutable


Constructor Summary
CopyLocationsToDirectoryExecutable()
           
 
Method Summary
protected  List<File> getFiles(List<String> locations)
           
 int getInitialSequenceNumber()
           
 boolean isAddSequenceToFilenames()
           
 void setAddSequenceToFilenames(boolean addSequenceToFilenames)
           
 void setInitialSequenceNumber(int initialSequenceNumber)
           
 
Methods inherited from class org.kuali.common.util.execute.AbstractCopyLocationsExecutable
execute, getDirectory, getLocationListing, setDirectory, setLocationListing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyLocationsToDirectoryExecutable

public CopyLocationsToDirectoryExecutable()
Method Detail

getFiles

protected List<File> getFiles(List<String> locations)
Specified by:
getFiles in class AbstractCopyLocationsExecutable

isAddSequenceToFilenames

public boolean isAddSequenceToFilenames()

setAddSequenceToFilenames

public void setAddSequenceToFilenames(boolean addSequenceToFilenames)

getInitialSequenceNumber

public int getInitialSequenceNumber()

setInitialSequenceNumber

public void setInitialSequenceNumber(int initialSequenceNumber)


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