|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.standalone.cli.fs.ExportPropertyToFile
public class ExportPropertyToFile
Exports a
Property Value of the current working
Node to the file system.
Constructor Summary
ExportPropertyToFile()
Method Summary
booleanexecute(org.apache.commons.chain.Context ctx)
StringgetDestFsPathKey()
StringgetIndexKey()
StringgetNameKey()
StringgetOverwriteKey()
voidsetDestFsPathKey(String destFsPathKey)
voidsetIndexKey(String indexKey)
voidsetNameKey(String nameKey)
voidsetOverwriteKey(String overwriteKey)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
ExportPropertyToFile
public ExportPropertyToFile()
Method Detail
execute
public boolean execute(org.apache.commons.chain.Context ctx)
throws Exception
execute in interface org.apache.commons.chain.Command
Exception
getIndexKey
public String getIndexKey()
setIndexKey
public void setIndexKey(String indexKey)
indexKey - the index key to set
getNameKey
public String getNameKey()
setNameKey
public void setNameKey(String nameKey)
nameKey - the name key to set
getOverwriteKey
public String getOverwriteKey()
setOverwriteKey
public void setOverwriteKey(String overwriteKey)
overwriteKey - the overwrite key to set
getDestFsPathKey
public String getDestFsPathKey()
setDestFsPathKey
public void setDestFsPathKey(String destFsPathKey)
destFsPathKey - the destination file system path key to set
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.