public final class CopyDocumentItem extends ProcessCommandItem
Modifier and Type | Class and Description |
---|---|
static class |
CopyDocumentItem.ExtractSpec |
static class |
CopyDocumentItem.ResourcesAction |
processCommand
Constructor and Description |
---|
CopyDocumentItem(boolean selection,
boolean preserveInclusions,
boolean filterDuplicateIDs,
boolean saveCharsAsEntityRefs,
boolean indent,
String encoding,
String dstPath,
CopyDocumentItem.ExtractSpec[] extractSpecs,
CopyDocumentItem.ResourcesAction[] resActions) |
Modifier and Type | Method and Description |
---|---|
CopyDocumentItem |
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 |
getEncoding() |
CopyDocumentItem.ExtractSpec[] |
getExtractSpecs() |
boolean |
getFilterDuplicateIDs() |
boolean |
getIndent() |
boolean |
getPreserveInclusions() |
CopyDocumentItem.ResourcesAction[] |
getResourceActions() |
boolean |
getSaveCharsAsEntityRefs() |
boolean |
isSelection() |
copyFile, getConfigurationURL, getDebug, getProcessCommand, glob, resolve, substitute, substitute, substituteParameters
public CopyDocumentItem(boolean selection, boolean preserveInclusions, boolean filterDuplicateIDs, boolean saveCharsAsEntityRefs, boolean indent, String encoding, String dstPath, CopyDocumentItem.ExtractSpec[] extractSpecs, CopyDocumentItem.ResourcesAction[] resActions)
public CopyDocumentItem copy()
ProcessCommandItem
copy
in class ProcessCommandItem
null
if, for any reason,
copying this item failspublic boolean isSelection()
public boolean getPreserveInclusions()
public boolean getFilterDuplicateIDs()
public boolean getSaveCharsAsEntityRefs()
public boolean getIndent()
public String getEncoding()
public String getDestinationPath()
public CopyDocumentItem.ExtractSpec[] getExtractSpecs()
public CopyDocumentItem.ResourcesAction[] getResourceActions()