|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.standalone.cli.core.Clone
public class Clone
Clone the given Node to another Workspace
| Constructor Summary | |
|---|---|
Clone()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Clone()
| Method Detail |
|---|
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 key
srcWorkspaceKey - the source Workspace key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||