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

java.lang.Object
  extended by org.apache.karaf.shell.console.help.CommandListHelpProvider
All Implemented Interfaces:
HelpProvider

public class CommandListHelpProvider
extends Object
implements HelpProvider


Constructor Summary
CommandListHelpProvider()
           
 
Method Summary
 String getHelp(org.apache.felix.service.command.CommandSession session, String path)
           
protected  void printMethodList(org.apache.felix.service.command.CommandSession session, PrintStream out, SortedMap<String,String> commands)
           
protected  org.apache.felix.service.command.Function unProxy(org.apache.felix.service.command.Function function)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandListHelpProvider

public CommandListHelpProvider()
Method Detail

getHelp

public String getHelp(org.apache.felix.service.command.CommandSession session,
                      String path)
Specified by:
getHelp in interface HelpProvider

printMethodList

protected void printMethodList(org.apache.felix.service.command.CommandSession session,
                               PrintStream out,
                               SortedMap<String,String> commands)

unProxy

protected org.apache.felix.service.command.Function unProxy(org.apache.felix.service.command.Function function)


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