public final class CopyItem extends ProcessCommandItem
processCommand
Constructor and Description |
---|
CopyItem(String srcPattern,
String dstPath,
boolean recurse,
boolean quiet) |
Modifier and Type | Method and Description |
---|---|
CopyItem |
copy()
Makes a deep copy of this item.
|
String |
execute(Document document,
File workingDir,
String[] args,
String allArgs,
String[] vars,
Console console) |
String |
getDestinationPath() |
String |
getSourcePattern() |
boolean |
isQuiet() |
boolean |
isRecursive() |
copyFile, getConfigurationURL, getDebug, getProcessCommand, glob, resolve, substitute, substitute, substituteParameters
public CopyItem copy()
ProcessCommandItem
copy
in class ProcessCommandItem
null
if, for any reason,
copying this item failspublic String getSourcePattern()
public String getDestinationPath()
public boolean isRecursive()
public boolean isQuiet()