public class UserConfCommandHelpPrinter extends AbstractCommandHelpPrinter
| Constructor and Description |
|---|
UserConfCommandHelpPrinter() |
| 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 writer)
Print the overview of all given commands to the out stream.
|
getDefaultValue, getDefaultValueString, replaceDefaultArgumentpublic void printHelp(org.apache.karaf.shell.api.action.Action action,
PrintStream out,
boolean includeHelpOption)
CommandHelpPrinteraction - The command Action.out - The stream where to print the help.includeHelpOption - True to include the help option in the doc, false else.public void printOverview(Map<String,Set<String>> commands, PrintStream writer)
CommandHelpPrintercommands - The Map of commands to consider in the overview.writer - The stream where to write the overview.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.