org.apache.karaf.shell.console.help
Class CommandListHelpProvider
java.lang.Object
org.apache.karaf.shell.console.help.CommandListHelpProvider
- All Implemented Interfaces:
- HelpProvider
public class CommandListHelpProvider
- extends Object
- implements HelpProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandListHelpProvider
public CommandListHelpProvider()
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.