Class EntityMergeCommand
java.lang.Object
net.datenwerke.rs.utils.entitymerge.service.terminal.commands.EntityMergeCommand
- All Implemented Interfaces:
Hook,TerminalCommandHook
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAutoCompletEntries(AutocompleteHelper autocompleteHelper, TerminalSession session) booleanconsumes(CommandParser parser, TerminalSession session) execute(CommandParser parser, TerminalSession session)
-
Field Details
-
BASE_COMMAND
- See Also:
-
-
Constructor Details
-
EntityMergeCommand
public EntityMergeCommand(<any> mergeService)
-
-
Method Details
-
consumes
- Specified by:
consumesin interfaceTerminalCommandHook
-
execute
@CliHelpMessage(messageClass=EntityMergeMessages.class,name="entitymerge",description="commandEntityMerge_desc",nonOptArgs={@NonOptArgument(name="target",description="commandEntityMerge_targetEntity",mandatory=true),@NonOptArgument(name="values",description="commandEntityMerge_valueEntity",mandatory=true)}) public CommandResult execute(CommandParser parser, TerminalSession session) throws TerminalException - Specified by:
executein interfaceTerminalCommandHook- Throws:
TerminalException
-
addAutoCompletEntries
- Specified by:
addAutoCompletEntriesin interfaceTerminalCommandHook
-