org.sonatype.gshell.command.support
Class CommandHelpSupport
java.lang.Object
org.sonatype.gshell.command.support.CommandHelpSupport
public class CommandHelpSupport
- extends Object
Helper to inject --help support.
- Since:
- 2.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMAND_DOT
public static final String COMMAND_DOT
- See Also:
- Constant Field Values
COMMAND_NAME
public static final String COMMAND_NAME
- See Also:
- Constant Field Values
COMMAND_DESCRIPTION
public static final String COMMAND_DESCRIPTION
- See Also:
- Constant Field Values
displayHelp
public boolean displayHelp
CommandHelpSupport
public CommandHelpSupport()
createProcessor
public CliProcessor createProcessor(CommandAction command)
getDescription
public static String getDescription(CommandAction command)
Copyright © 2008-2011 Sonatype. All Rights Reserved.