public final class CopyLocationsToDirectoryExecutable extends AbstractCopyLocationsExecutable
| Constructor and Description |
|---|
CopyLocationsToDirectoryExecutable(String locationListing,
File directory) |
CopyLocationsToDirectoryExecutable(String locationListing,
File directory,
boolean addSequenceToFilenames) |
CopyLocationsToDirectoryExecutable(String locationListing,
File directory,
boolean addSequenceToFilenames,
int initialSequenceNumber) |
CopyLocationsToDirectoryExecutable(String locationListing,
File directory,
boolean addSequenceToFilenames,
int initialSequenceNumber,
boolean skip) |
| Modifier and Type | Method and Description |
|---|---|
protected List<File> |
getFiles(List<String> locations) |
int |
getInitialSequenceNumber() |
boolean |
isAddSequenceToFilenames() |
execute, getDirectory, getLocationListing, isSkippublic CopyLocationsToDirectoryExecutable(String locationListing, File directory)
public CopyLocationsToDirectoryExecutable(String locationListing, File directory, boolean addSequenceToFilenames)
public CopyLocationsToDirectoryExecutable(String locationListing, File directory, boolean addSequenceToFilenames, int initialSequenceNumber)
public CopyLocationsToDirectoryExecutable(String locationListing, File directory, boolean addSequenceToFilenames, int initialSequenceNumber, boolean skip)
protected List<File> getFiles(List<String> locations)
getFiles in class AbstractCopyLocationsExecutablepublic boolean isAddSequenceToFilenames()
public int getInitialSequenceNumber()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.