Class SetPropertyCommand
java.lang.Object
net.datenwerke.rs.base.ext.service.reportmanager.terminal.commands.SetPropertyCommand
- All Implemented Interfaces:
Hook,ReportModSubCommandHook,SubCommand,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
-
SetPropertyCommand
-
-
Method Details
-
getBaseCommand
- Specified by:
getBaseCommandin interfaceSubCommand
-
consumes
- Specified by:
consumesin interfaceTerminalCommandHook
-
execute
@CliHelpMessage(messageClass=ReportManagerExtMessages.class,name="setProperty",description="commandReportmod_sub_setProperty_description",nonOptArgs={@NonOptArgument(name="identifier",description="commandReportmod_sub_setProperty_arg1",mandatory=true),@NonOptArgument(name="property",description="commandReportmod_sub_setProperty_arg2",mandatory=true),@NonOptArgument(name="value",description="commandReportmod_sub_setProperty_arg3",mandatory=true,varArgs=true)}) public CommandResult execute(CommandParser parser, TerminalSession session) throws ObjectResolverException - Specified by:
executein interfaceTerminalCommandHook- Throws:
ObjectResolverException
-
addAutoCompletEntries
- Specified by:
addAutoCompletEntriesin interfaceTerminalCommandHook
-