@Command(name="help") public class HelpCommand extends CommandActionSupport
CommandAction.Result
log
Constructor and Description |
---|
HelpCommand(HelpPageManager helpPages) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(CommandContext context)
Execute the command action.
|
HelpCommand |
installCompleters(jline.console.completer.Completer c1,
jline.console.completer.Completer c2,
jline.console.completer.Completer c3) |
clone, createMessages, getCompleters, getMessages, getName, getSimpleName, setCompleters, setCompleters, setName
@Inject public HelpCommand(HelpPageManager helpPages)
@Inject public HelpCommand installCompleters(jline.console.completer.Completer c1, jline.console.completer.Completer c2, jline.console.completer.Completer c3)
public Object execute(CommandContext context) throws Exception
CommandAction
context
- The execution context of the command.Exception
- Command execution failed.Copyright © 2008-2012 Sonatype. All Rights Reserved.