public class ReadValue extends Object implements org.apache.commons.chain.Command
Value of the given Property and store
it under the given Context attribute.| Constructor and Description |
|---|
ReadValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.apache.commons.chain.Context ctx) |
String |
getDestKey() |
String |
getSrcIndexKey() |
String |
getSrcPathKey() |
void |
setDestKey(String destKey) |
void |
setSrcIndexKey(String srcIndexKey) |
void |
setSrcPathKey(String srcPathKey) |
public boolean execute(org.apache.commons.chain.Context ctx)
throws Exception
execute in interface org.apache.commons.chain.CommandExceptionpublic String getDestKey()
public void setDestKey(String destKey)
destKey - the destination key to setpublic String getSrcIndexKey()
public void setSrcIndexKey(String srcIndexKey)
srcIndexKey - the source index key to setpublic String getSrcPathKey()
public void setSrcPathKey(String srcPathKey)
srcPathKey - the source path key to setCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.