public abstract class SubCommandContainerImpl extends java.lang.Object implements SubCommandContainer, TerminalCommandHook
| Constructor and Description |
|---|
SubCommandContainerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAutoCompletEntries(AutocompleteHelper autocompleteHelper,
TerminalSession session) |
boolean |
consumes(CommandParser parser,
TerminalSession session) |
CommandResult |
execute(CommandParser parser,
TerminalSession session) |
TerminalCommandHook |
getSubCommand(CommandParser parser,
TerminalSession session) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseCommand, getSubCommandspublic CommandResult execute(CommandParser parser, TerminalSession session) throws TerminalException
execute in interface TerminalCommandHookTerminalExceptionpublic boolean consumes(CommandParser parser, TerminalSession session)
consumes in interface TerminalCommandHookpublic void addAutoCompletEntries(AutocompleteHelper autocompleteHelper, TerminalSession session)
addAutoCompletEntries in interface TerminalCommandHookpublic TerminalCommandHook getSubCommand(CommandParser parser, TerminalSession session)
getSubCommand in interface SubCommandContainer