org.apache.karaf.shell.console.help
Class HelpAction

java.lang.Object
  extended by org.apache.karaf.shell.console.AbstractAction
      extended by org.apache.karaf.shell.console.help.HelpAction
All Implemented Interfaces:
Action

public class HelpAction
extends AbstractAction

Displays help on the available commands


Field Summary
 
Fields inherited from class org.apache.karaf.shell.console.AbstractAction
log, session
 
Constructor Summary
HelpAction()
           
 
Method Summary
 Object doExecute()
           
 void setProvider(HelpSystem provider)
           
 
Methods inherited from class org.apache.karaf.shell.console.AbstractAction
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpAction

public HelpAction()
Method Detail

setProvider

public void setProvider(HelpSystem provider)

doExecute

public Object doExecute()
                 throws Exception
Specified by:
doExecute in class AbstractAction
Throws:
Exception


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.