org.kuali.common.util.execute
Class AbstractCopyLocationsExecutable
java.lang.Object
org.kuali.common.util.execute.AbstractCopyLocationsExecutable
- All Implemented Interfaces:
- Executable
- Direct Known Subclasses:
- CopyClasspathLocationsToDirectoryExecutable, CopyLocationsToDirectoryExecutable
public abstract class AbstractCopyLocationsExecutable
- extends Object
- implements Executable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCopyLocationsExecutable
public AbstractCopyLocationsExecutable()
getFiles
protected abstract List<File> getFiles(List<String> locations)
execute
public void execute()
- Specified by:
execute
in interface Executable
getLocationListing
public String getLocationListing()
setLocationListing
public void setLocationListing(String locationListing)
getDirectory
public File getDirectory()
setDirectory
public void setDirectory(File directory)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.