public interface CommandHelpPrinter
| Modifier and Type | Method and Description |
|---|---|
void |
printHelp(org.apache.karaf.shell.api.action.Action action,
PrintStream out,
boolean includeHelpOption)
Print help for a single action to the out stream
|
void |
printOverview(Map<String,Set<String>> commands,
PrintStream out)
Print the overview of all given commands to the out stream
|
void printHelp(org.apache.karaf.shell.api.action.Action action,
PrintStream out,
boolean includeHelpOption)
action - out - stream to write toincludeHelpOption - include the help option in the docvoid printOverview(Map<String,Set<String>> commands, PrintStream out)
commands - out - Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.