Uses of Class
de.dlr.proseo.ui.cli.parser.CLICommand
Packages that use CLICommand
Package
Description
Parser classes for the prosEO Command-Line Interface component
-
Uses of CLICommand in de.dlr.proseo.ui.cli.parser
Methods in de.dlr.proseo.ui.cli.parser that return CLICommandModifier and TypeMethodDescriptionParsedCommand.getSyntaxCommand()Gets the parsed command's syntax commandMethods in de.dlr.proseo.ui.cli.parser that return types with arguments of type CLICommandModifier and TypeMethodDescriptionCLISyntax.getCommandMap()Gets the available commands as a lookup map by command nameCLISyntax.getCommands()Gets the available commandsCLICommand.getSubcommands()Gets the command's subcommandsMethods in de.dlr.proseo.ui.cli.parser with parameters of type CLICommandModifier and TypeMethodDescriptionvoidParsedCommand.setSyntaxCommand(CLICommand syntaxCommand) Sets the parsed command's syntax commandMethod parameters in de.dlr.proseo.ui.cli.parser with type arguments of type CLICommandModifier and TypeMethodDescriptionvoidCLISyntax.setCommandMap(Map<String, CLICommand> commandMap) Sets the command lookup mapvoidCLISyntax.setCommands(List<CLICommand> commands) Sets the available commandsvoidCLICommand.setSubcommands(List<CLICommand> subcommands) Sets the command's subcommands