Verwendungen von Klasse
de.dlr.proseo.ui.cli.parser.CLICommand
Packages, die CLICommand verwenden
Package
Beschreibung
Parser classes for the prosEO Command-Line Interface component
-
Verwendungen von CLICommand in de.dlr.proseo.ui.cli.parser
Methoden in de.dlr.proseo.ui.cli.parser, die CLICommand zurückgebenModifizierer und TypMethodeBeschreibungParsedCommand.getSyntaxCommand()
Gets the parsed command's syntax commandMethoden in de.dlr.proseo.ui.cli.parser, die Typen mit Argumenten vom Typ CLICommand zurückgebenModifizierer und TypMethodeBeschreibungCLISyntax.getCommandMap()
Gets the available commands as a lookup map by command nameCLISyntax.getCommands()
Gets the available commandsCLICommand.getSubcommands()
Gets the command's subcommandsMethoden in de.dlr.proseo.ui.cli.parser mit Parametern vom Typ CLICommandModifizierer und TypMethodeBeschreibungvoid
ParsedCommand.setSyntaxCommand
(CLICommand syntaxCommand) Sets the parsed command's syntax commandMethodenparameter in de.dlr.proseo.ui.cli.parser mit Typargumenten vom Typ CLICommandModifizierer und TypMethodeBeschreibungvoid
CLISyntax.setCommandMap
(Map<String, CLICommand> commandMap) Sets the command lookup mapvoid
CLISyntax.setCommands
(List<CLICommand> commands) Sets the available commandsvoid
CLICommand.setSubcommands
(List<CLICommand> subcommands) Sets the command's subcommands