org.kuali.common.util.execute
Class CopyClasspathLocationsToDirectoryExecutable

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

public class CopyClasspathLocationsToDirectoryExecutable
extends Object
implements Executable


Constructor Summary
CopyClasspathLocationsToDirectoryExecutable()
           
 
Method Summary
protected  void copyLocationsToFiles(List<String> locations, List<File> files, String encoding)
           
 void execute()
           
 File getDirectory()
           
 String getEncoding()
           
 String getLocationListing()
           
 void setDirectory(File directory)
           
 void setEncoding(String encoding)
           
 void setLocationListing(String locationListing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyClasspathLocationsToDirectoryExecutable

public CopyClasspathLocationsToDirectoryExecutable()
Method Detail

execute

public void execute()
Specified by:
execute in interface Executable

copyLocationsToFiles

protected void copyLocationsToFiles(List<String> locations,
                                    List<File> files,
                                    String encoding)

getLocationListing

public String getLocationListing()

setLocationListing

public void setLocationListing(String locationListing)

getDirectory

public File getDirectory()

setDirectory

public void setDirectory(File directory)

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)


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