public class Merge extends Object implements org.apache.commons.chain.Command
| Constructor and Description | 
|---|
| Merge() | 
| Modifier and Type | Method and 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) | 
public boolean execute(org.apache.commons.chain.Context ctx)
                throws Exception
execute in interface org.apache.commons.chain.CommandExceptionpublic String getBestEffortKey()
public void setBestEffortKey(String bestEffortKey)
bestEffortKey - the best effort key to setpublic String getPathKey()
public void setPathKey(String pathKey)
pathKey - the path key to setpublic String getSrcWorkspaceKey()
Workspace keypublic void setSrcWorkspaceKey(String srcWorkspaceKey)
srcWorkspaceKey - the source Workspace key to setCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.