Class PkgListSubCommand
java.lang.Object
net.datenwerke.rs.pkg.service.pkg.terminal.commands.PkgListSubCommand
- All Implemented Interfaces:
Hook,SubCommand,TerminalCommandHook
-
Constructor Summary
ConstructorsConstructorDescriptionPkgListSubCommand(<any> packageScriptHelperProvider, <any> terminalServiceProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAutoCompletEntries(AutocompleteHelper autocompleteHelper, TerminalSession session) booleanconsumes(CommandParser parser, TerminalSession session) execute(CommandParser parser, TerminalSession session)
-
Constructor Details
-
PkgListSubCommand
public PkgListSubCommand(<any> packageScriptHelperProvider, <any> terminalServiceProvider)
-
-
Method Details
-
consumes
- Specified by:
consumesin interfaceTerminalCommandHook
-
execute
@CliHelpMessage(messageClass=PkgMessages.class, name="list", description="pkg_sub_list_description") public CommandResult execute(CommandParser parser, TerminalSession session) throws TerminalException - Specified by:
executein interfaceTerminalCommandHook- Throws:
TerminalException
-
addAutoCompletEntries
- Specified by:
addAutoCompletEntriesin interfaceTerminalCommandHook
-
getBaseCommand
- Specified by:
getBaseCommandin interfaceSubCommand
-