Class UpdateDBCommand
java.lang.Object
net.datenwerke.rs.search.service.search.terminal.commands.UpdateDBCommand
- All Implemented Interfaces:
Hook,TerminalCommandHook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAutoCompletEntries(AutocompleteHelper autocompleteHelper, TerminalSession session) booleanconsumes(CommandParser parser, TerminalSession session) execute(CommandParser parser, TerminalSession session)
-
Constructor Details
-
UpdateDBCommand
-
-
Method Details
-
consumes
- Specified by:
consumesin interfaceTerminalCommandHook
-
execute
public CommandResult execute(CommandParser parser, TerminalSession session) throws TerminalException - Specified by:
executein interfaceTerminalCommandHook- Throws:
TerminalException
-
addAutoCompletEntries
- Specified by:
addAutoCompletEntriesin interfaceTerminalCommandHook
-