Interface ConfigStepCopyDocuments

All Superinterfaces:
ConfigStep

public interface ConfigStepCopyDocuments extends ConfigStep
Scans for documents with the "copy-on-publish" property set and copies these documents to the output directory.
  • 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

      void setInternalDocsTarget(String target)
    • 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

      void setCopiedDocsTarget(String target)