org.apache.jackrabbit.standalone.cli.info
Class LsReferences

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

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

Displays references to the given Node


Constructor Summary
LsReferences()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getPathKey()
           
 void setPathKey(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LsReferences

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

getPathKey

public String getPathKey()
Returns:
the path key

setPathKey

public void setPathKey(String path)
Parameters:
path - the path key to set


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