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 TypMethodeBeschreibungvoidParsedCommand.setSyntaxCommand(CLICommand syntaxCommand) Sets the parsed command's syntax commandMethodenparameter in de.dlr.proseo.ui.cli.parser mit Typargumenten vom Typ CLICommandModifizierer und TypMethodeBeschreibungvoidCLISyntax.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