Class ExportPropertyToFile

  • All Implemented Interfaces:
    org.apache.commons.chain.Command

    public class ExportPropertyToFile
    extends Object
    implements org.apache.commons.chain.Command
    Exports a Property Value of the current working Node to the file system.
    • Constructor Detail

      • ExportPropertyToFile

        public ExportPropertyToFile()
    • Method Detail

      • execute

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

        public String getIndexKey()
        Returns:
        the index key
      • setIndexKey

        public void setIndexKey​(String indexKey)
        Parameters:
        indexKey - the index key to set
      • getNameKey

        public String getNameKey()
        Returns:
        the name key
      • setNameKey

        public void setNameKey​(String nameKey)
        Parameters:
        nameKey - the name key to set
      • getOverwriteKey

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

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

        public String getDestFsPathKey()
        Returns:
        the destination file system path key
      • setDestFsPathKey

        public void setDestFsPathKey​(String destFsPathKey)
        Parameters:
        destFsPathKey - the destination file system path key to set