org.apache.jackrabbit.standalone.cli.fs
Class ExportPropertyToFile

java.lang.Object
  extended by 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 a Property Value of the current working Node to the file system.


Constructor Summary
ExportPropertyToFile()
           
 
Method Summary
 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)
           
 
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

Specified by:
execute in interface org.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


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.