public class Clone extends Object implements org.apache.commons.chain.Command
Node to another Workspace| Constructor and Description | 
|---|
Clone()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
execute(org.apache.commons.chain.Context ctx) | 
String | 
getDestAbsPathKey()  | 
String | 
getRemoveExistingKey()  | 
String | 
getSrcAbsPathKey()  | 
String | 
getSrcWorkspaceKey()  | 
void | 
setDestAbsPathKey(String destAbsPathKey)
Sets the destination absolute path key 
 | 
void | 
setRemoveExistingKey(String removeExistingKey)
Set the remove existing key option 
 | 
void | 
setSrcAbsPathKey(String srcAbsPathKey)
Sets the source absolute path key 
 | 
void | 
setSrcWorkspaceKey(String srcWorkspaceKey)
Sets the source  
Workspace key | 
public boolean execute(org.apache.commons.chain.Context ctx)
                throws Exception
execute in interface org.apache.commons.chain.CommandExceptionpublic String getDestAbsPathKey()
public void setDestAbsPathKey(String destAbsPathKey)
destAbsPathKey - the destination absolute path keypublic String getRemoveExistingKey()
public void setRemoveExistingKey(String removeExistingKey)
removeExistingKey - the remove existing key optionpublic String getSrcAbsPathKey()
public void setSrcAbsPathKey(String srcAbsPathKey)
srcAbsPathKey - the source absolute path keypublic String getSrcWorkspaceKey()
Workspace keypublic void setSrcWorkspaceKey(String srcWorkspaceKey)
Workspace keysrcWorkspaceKey - the source Workspace keyCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.