public class CommandListHelpProvider extends Object implements HelpProvider
Constructor and Description |
---|
CommandListHelpProvider() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final String COMMANDS
public String getHelp(org.apache.felix.service.command.CommandSession session, String path)
getHelp
in interface HelpProvider
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)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.