@Deprecated public class FileCopyExecutable extends Object implements Executable
| Constructor and Description |
|---|
FileCopyExecutable()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Deprecated.
|
String |
getDestinationDir()
Deprecated.
|
String |
getFilePatterns()
Deprecated.
|
String |
getSourceDir()
Deprecated.
|
void |
setDestinationDir(String destinationDir)
Deprecated.
|
void |
setFilePatterns(String filePatterns)
Deprecated.
|
void |
setSourceDir(String sourceDir)
Deprecated.
|
public FileCopyExecutable()
public void execute()
execute in interface Executablepublic String getDestinationDir()
public void setDestinationDir(String destinationDir)
public String getFilePatterns()
public void setFilePatterns(String filePatterns)
public String getSourceDir()
public void setSourceDir(String sourceDir)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.