Class ExportPropertyToFile
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.fs.ExportPropertyToFile
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class ExportPropertyToFile extends Object implements org.apache.commons.chain.Command
Exports aPropertyValueof the current workingNodeto the file system.
-
-
Constructor Summary
Constructors Constructor Description ExportPropertyToFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(org.apache.commons.chain.Context ctx)StringgetDestFsPathKey()StringgetIndexKey()StringgetNameKey()StringgetOverwriteKey()voidsetDestFsPathKey(String destFsPathKey)voidsetIndexKey(String indexKey)voidsetNameKey(String nameKey)voidsetOverwriteKey(String overwriteKey)
-
-
-
Method Detail
-
execute
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception- Specified by:
executein interfaceorg.apache.commons.chain.Command- Throws:
Exception
-
getIndexKey
public String getIndexKey()
- Returns:
- the index key
-
setIndexKey
public void setIndexKey(String indexKey)
- Parameters:
indexKey- the index key to set
-
getNameKey
public String getNameKey()
- Returns:
- the name key
-
setNameKey
public void setNameKey(String nameKey)
- Parameters:
nameKey- the name key to set
-
getOverwriteKey
public String getOverwriteKey()
- Returns:
- the overwrite key
-
setOverwriteKey
public void setOverwriteKey(String overwriteKey)
- Parameters:
overwriteKey- the overwrite key to set
-
getDestFsPathKey
public String getDestFsPathKey()
- Returns:
- the destination file system path key
-
setDestFsPathKey
public void setDestFsPathKey(String destFsPathKey)
- Parameters:
destFsPathKey- the destination file system path key to set
-
-