Class Merge
- java.lang.Object
-
- 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
Constructors Constructor Description Merge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
execute
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception
- Specified by:
execute
in interfaceorg.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 sourceWorkspace
key to set
-
-