public class ExportPropertyToFile extends Object implements org.apache.commons.chain.Command
Property
Value
of the current working
Node
to the file system.Constructor and Description |
---|
ExportPropertyToFile() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(org.apache.commons.chain.Context ctx) |
String |
getDestFsPathKey() |
String |
getIndexKey() |
String |
getNameKey() |
String |
getOverwriteKey() |
void |
setDestFsPathKey(String destFsPathKey) |
void |
setIndexKey(String indexKey) |
void |
setNameKey(String nameKey) |
void |
setOverwriteKey(String overwriteKey) |
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception
execute
in interface org.apache.commons.chain.Command
Exception
public String getIndexKey()
public void setIndexKey(String indexKey)
indexKey
- the index key to setpublic String getNameKey()
public void setNameKey(String nameKey)
nameKey
- the name key to setpublic String getOverwriteKey()
public void setOverwriteKey(String overwriteKey)
overwriteKey
- the overwrite key to setpublic String getDestFsPathKey()
public void setDestFsPathKey(String destFsPathKey)
destFsPathKey
- the destination file system path key to setCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.