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 aProperty
Value
of the current workingNode
to the file system.
-
-
Constructor Summary
Constructors Constructor Description ExportPropertyToFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
execute
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception
- Specified by:
execute
in 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
-
-