org.apache.jackrabbit.standalone.cli.core
Class ReadValue

java.lang.Object
  extended by org.apache.jackrabbit.standalone.cli.core.ReadValue
All Implemented Interfaces:
org.apache.commons.chain.Command

public class ReadValue
extends Object
implements org.apache.commons.chain.Command

Read the Value of the given Property and store it under the given Context attribute.


Constructor Summary
ReadValue()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getDestKey()
           
 String getSrcIndexKey()
           
 String getSrcPathKey()
           
 void setDestKey(String destKey)
           
 void setSrcIndexKey(String srcIndexKey)
           
 void setSrcPathKey(String srcPathKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadValue

public ReadValue()
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

getDestKey

public String getDestKey()
Returns:
the destination key

setDestKey

public void setDestKey(String destKey)
Parameters:
destKey - the destination key to set

getSrcIndexKey

public String getSrcIndexKey()
Returns:
the source index key

setSrcIndexKey

public void setSrcIndexKey(String srcIndexKey)
Parameters:
srcIndexKey - the source index key to set

getSrcPathKey

public String getSrcPathKey()
Returns:
the source path key

setSrcPathKey

public void setSrcPathKey(String srcPathKey)
Parameters:
srcPathKey - the source path key to set


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