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

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

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

Show available Commands. If a Command is specified it will show its description, usage and parameters.


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

Constructor Detail

Help

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

getCommandKey

public String getCommandKey()
Returns:
the command key

setCommandKey

public void setCommandKey(String commandKey)
Parameters:
commandKey - the command key to set


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