public class ExportFileSystem extends Object implements org.apache.commons.chain.Command
Node of type nt:file or nt:folder to the given file
system path.| Constructor and Description |
|---|
ExportFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.apache.commons.chain.Context ctx) |
String |
getDestFsPathKey() |
String |
getOverwriteKey() |
String |
getSrcJcrPathKey() |
void |
setDestFsPathKey(String toFsPathKey) |
void |
setOverwriteKey(String overwriteKey) |
void |
setSrcJcrPathKey(String srcJcrPathKey) |
public boolean execute(org.apache.commons.chain.Context ctx)
throws Exception
execute in interface org.apache.commons.chain.CommandExceptionpublic String getOverwriteKey()
public void setOverwriteKey(String overwriteKey)
overwriteKey - the overwrite key to setpublic String getSrcJcrPathKey()
public void setSrcJcrPathKey(String srcJcrPathKey)
srcJcrPathKey - the source jcr path key to setpublic String getDestFsPathKey()
public void setDestFsPathKey(String toFsPathKey)
toFsPathKey - the destination file system path key to setCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.