Class PropertiesListSubCommand
java.lang.Object
net.datenwerke.gf.service.properties.terminal.commands.PropertiesListSubCommand
- All Implemented Interfaces:
PropertiesSubCommandHook,Hook,SubCommand,TerminalCommandHook
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertiesListSubCommand(<any> terminalServiceProvider, <any> propertiesServiceProvider) -
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
-
PropertiesListSubCommand
public PropertiesListSubCommand(<any> terminalServiceProvider, <any> propertiesServiceProvider)
-
-
Method Details
-
getBaseCommand
- Specified by:
getBaseCommandin interfaceSubCommand
-
consumes
- Specified by:
consumesin interfaceTerminalCommandHook
-
execute
@CliHelpMessage(messageClass=PropertiesMessages.class, name="list", description="commandProperties_sub_list_description") public CommandResult execute(CommandParser parser, TerminalSession session) throws TerminalException - Specified by:
executein interfaceTerminalCommandHook- Throws:
TerminalException
-
addAutoCompletEntries
- Specified by:
addAutoCompletEntriesin interfaceTerminalCommandHook
-