Class Merge

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

    public class Merge
    extends Object
    implements org.apache.commons.chain.Command
    Merge
    • Constructor Detail

      • Merge

        public Merge()
    • 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
      • getBestEffortKey

        public String getBestEffortKey()
        Returns:
        the best effort key
      • setBestEffortKey

        public void setBestEffortKey​(String bestEffortKey)
        Parameters:
        bestEffortKey - the best effort key to set
      • getPathKey

        public String getPathKey()
        Returns:
        the path key
      • setPathKey

        public void setPathKey​(String pathKey)
        Parameters:
        pathKey - the path key to set
      • getSrcWorkspaceKey

        public String getSrcWorkspaceKey()
        Returns:
        the source Workspace key
      • setSrcWorkspaceKey

        public void setSrcWorkspaceKey​(String srcWorkspaceKey)
        Parameters:
        srcWorkspaceKey - the source Workspace key to set