public class Rename extends Object implements org.apache.commons.chain.Command
Node
Constructor and Description |
---|
Rename() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(org.apache.commons.chain.Context ctx) |
String |
getDestPathKey() |
String |
getPersistentKey() |
String |
getSrcPathKey() |
void |
setDestPathKey(String destPathKey) |
void |
setPersistentKey(String persistentKey) |
void |
setSrcPathKey(String srcPathKey) |
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception
execute
in interface org.apache.commons.chain.Command
Exception
public String getDestPathKey()
public void setDestPathKey(String destPathKey)
destPathKey
- the destination path key to setpublic String getSrcPathKey()
public void setSrcPathKey(String srcPathKey)
srcPathKey
- the source path key to setpublic String getPersistentKey()
public void setPersistentKey(String persistentKey)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.