public class PkgCommand extends SubCommandContainerImpl
| Constructor and Description |
|---|
PkgCommand(HookHandlerService hookHandler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
consumes(CommandParser parser,
TerminalSession session) |
CommandResult |
execute(CommandParser parser,
TerminalSession session) |
java.lang.String |
getBaseCommand() |
java.util.List<SubCommand> |
getSubCommands() |
addAutoCompletEntries, getSubCommandpublic PkgCommand(HookHandlerService hookHandler)
public boolean consumes(CommandParser parser, TerminalSession session)
consumes in interface TerminalCommandHookconsumes in class SubCommandContainerImpl@CliHelpMessage(messageClass=PkgMessages.class, name="pkg", description="pkg_description") public CommandResult execute(CommandParser parser, TerminalSession session) throws TerminalException
execute in interface TerminalCommandHookexecute in class SubCommandContainerImplTerminalExceptionpublic java.lang.String getBaseCommand()
public java.util.List<SubCommand> getSubCommands()