Interface ConfigStepCopyDocuments
- All Superinterfaces:
ConfigStep
Scans for documents with the "copy-on-publish" property set and
copies these documents to the output directory.
-
Method Summary
Modifier and TypeMethodDescriptionThe target directory under which copied documents will be placed.The target directory under which internal (managed) documents will be placed.voidsetCopiedDocsTarget(String target) voidsetInternalDocsTarget(String target)
-
Method Details
-
getInternalDocsTarget
String getInternalDocsTarget()The target directory under which internal (managed) documents will be placed. XML tag: "internal-docs-target"- Returns:
- The target directory under which internal (managed) documents will be placed.
-
setInternalDocsTarget
-
getCopiedDocsTarget
String getCopiedDocsTarget()The target directory under which copied documents will be placed. XML tag: "copied-docs-target"- Returns:
- The target directory under which copied documents will be placed.
-
setCopiedDocsTarget
-