org.apache.jackrabbit.standalone.cli.version
Class Merge

java.lang.Object
  extended by org.apache.jackrabbit.standalone.cli.version.Merge
All Implemented Interfaces:
org.apache.commons.chain.Command

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

Merge


Constructor Summary
Merge()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getBestEffortKey()
           
 String getPathKey()
           
 String getSrcWorkspaceKey()
           
 void setBestEffortKey(String bestEffortKey)
           
 void setPathKey(String pathKey)
           
 void setSrcWorkspaceKey(String srcWorkspaceKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.