Class AbstractExportViewToFile

  • All Implemented Interfaces:
    org.apache.commons.chain.Command
    Direct Known Subclasses:
    ExportDocViewToFile, ExportSysViewToFile

    public abstract class AbstractExportViewToFile
    extends Object
    implements org.apache.commons.chain.Command
    Export the xml view to a file
    • Field Detail

      • srcAbsPathKey

        protected String srcAbsPathKey
        from literal
      • desFsPathKey

        protected String desFsPathKey
        target file key
      • overwriteKey

        protected String overwriteKey
        overwrite flag key
      • skipBinaryKey

        protected String skipBinaryKey
        skip binary flag key
      • noRecurseKey

        protected String noRecurseKey
        no recurse flag key
    • Constructor Detail

      • AbstractExportViewToFile

        public AbstractExportViewToFile()
    • Method Detail

      • getNoRecurseKey

        public String getNoRecurseKey()
        Returns:
        the no recurse key
      • setNoRecurseKey

        public void setNoRecurseKey​(String noRecurseKey)
        Parameters:
        noRecurseKey - the no recurse key to set
      • getOverwriteKey

        public String getOverwriteKey()
        Returns:
        the overwrite key
      • setOverwriteKey

        public void setOverwriteKey​(String overwriteKey)
        Parameters:
        overwriteKey - the overwrite key to set
      • getSkipBinaryKey

        public String getSkipBinaryKey()
        Returns:
        the skip binary key
      • setSkipBinaryKey

        public void setSkipBinaryKey​(String skipBinaryKey)
        Parameters:
        skipBinaryKey - the skip binary key to set
      • getSrcAbsPathKey

        public String getSrcAbsPathKey()
        Returns:
        the from key
      • setSrcAbsPathKey

        public void setSrcAbsPathKey​(String fromKey)
        Parameters:
        fromKey - the from key to set
      • getDesFsPathKey

        public String getDesFsPathKey()
        Returns:
        the to key
      • setDesFsPathKey

        public void setDesFsPathKey​(String toKey)
        Parameters:
        toKey - the to key to set
      • execute

        public final boolean execute​(org.apache.commons.chain.Context ctx)
                              throws Exception
        Specified by:
        execute in interface org.apache.commons.chain.Command
        Throws:
        Exception