Class Move
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.core.Move
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class Move extends Object implements org.apache.commons.chain.Command
Move aNode
-
-
Constructor Summary
Constructors Constructor Description Move()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(org.apache.commons.chain.Context ctx)StringgetDestAbsPathKey()StringgetPersistentKey()StringgetSrcAbsPathKey()voidsetDestAbsPathKey(String destAbsPathKey)voidsetPersistentKey(String persistentKey)voidsetSrcAbsPathKey(String srcAbsPathKey)
-
-
-
Method Detail
-
execute
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception- Specified by:
executein interfaceorg.apache.commons.chain.Command- Throws:
Exception
-
getDestAbsPathKey
public String getDestAbsPathKey()
- Returns:
- the destintation absolute path key
-
setDestAbsPathKey
public void setDestAbsPathKey(String destAbsPathKey)
- Parameters:
destAbsPathKey- the destintation absolute path key to set
-
getSrcAbsPathKey
public String getSrcAbsPathKey()
- Returns:
- the source absolute path key
-
setSrcAbsPathKey
public void setSrcAbsPathKey(String srcAbsPathKey)
- Parameters:
srcAbsPathKey- the source absolute path key to set
-
getPersistentKey
public String getPersistentKey()
-
setPersistentKey
public void setPersistentKey(String persistentKey)
-
-