public interface Command extends Parser<CliSession.Action>
CliSession command.AbstractCommand| Modifier and Type | Method and Description |
|---|---|
String |
getHelpDetail()
Get expanded help (typically multiple lines).
|
String |
getHelpSummary()
Get summarized help (typically a single line).
|
String |
getName()
Get the name of this command.
|
EnumSet<SessionMode> |
getSessionModes()
Get the
SessionMode(s) supported by this command. |
String |
getUsage()
Get command usage string.
|
String getName()
String getUsage()
String getHelpSummary()
String getHelpDetail()
EnumSet<SessionMode> getSessionModes()
SessionMode(s) supported by this command.SessionModesCopyright © 2016. All rights reserved.