public class AnsiUsagePrinter extends Object implements IUsagePrinter
| Constructor and Description |
|---|
AnsiUsagePrinter() |
| Modifier and Type | Method and Description |
|---|---|
void |
printUsage(org.apache.felix.gogo.commands.Command command,
Set<org.apache.felix.gogo.commands.Option> options,
Set<org.apache.felix.gogo.commands.Argument> arguments,
PrintStream out)
Prints in the given stream the usage information to be displayed to
the user for the given command.
|
public void printUsage(org.apache.felix.gogo.commands.Command command,
Set<org.apache.felix.gogo.commands.Option> options,
Set<org.apache.felix.gogo.commands.Argument> arguments,
PrintStream out)
printUsage in interface IUsagePrintercommand - command annotation descriptionoptions - set of option annotation descriptionarguments - set of argument annotation descriptionout - the PrintStream to be used to write the usage.Copyright © 2013 OW2 Consortium. All Rights Reserved.