Verwendungen von Klasse
de.dlr.proseo.ui.cli.parser.CLIOption
Packages, die CLIOption verwenden
Package
Beschreibung
Parser classes for the prosEO Command-Line Interface component
- 
Verwendungen von CLIOption in de.dlr.proseo.ui.cli.parser
Methoden in de.dlr.proseo.ui.cli.parser, die CLIOption zurückgebenModifizierer und TypMethodeBeschreibungParsedOption.getSyntaxOption()Gets the parsed option's syntax optionMethoden in de.dlr.proseo.ui.cli.parser, die Typen mit Argumenten vom Typ CLIOption zurückgebenModifizierer und TypMethodeBeschreibungCLISyntax.getGlobalOptionMap()Gets the options valid for all commands as a map by full nameCLISyntax.getGlobalOptions()Gets the options valid for all commandsCLISyntax.getGlobalOptionsShortForm()Gets the options valid for all commands as a map by short formCLICommand.getOptions()Gets the command's optionsCLISyntax.getOptions()Gets the top-level optionsCLISyntax.getTopLevelOptions()Gets the top-level options as a map by full nameMethoden in de.dlr.proseo.ui.cli.parser mit Parametern vom Typ CLIOptionModifizierer und TypMethodeBeschreibungvoidParsedOption.setSyntaxOption(CLIOption syntaxOption) Sets the parsed option's syntax optionMethodenparameter in de.dlr.proseo.ui.cli.parser mit Typargumenten vom Typ CLIOptionModifizierer und TypMethodeBeschreibungvoidCLISyntax.setGlobalOptionMap(Map<String, CLIOption> globalOptionMap) Sets the global option map (full name)voidCLISyntax.setGlobalOptions(List<CLIOption> globalOptions) Sets the options valid for all commandsvoidCLISyntax.setGlobalOptionsShortForm(Map<String, CLIOption> globalOptionsShortForm) Sets the global option map (short form)voidCLICommand.setOptions(List<CLIOption> options) Sets the command's optionsvoidCLISyntax.setOptions(List<CLIOption> options) Sets the top-level optionsvoidCLISyntax.setTopLevelOptions(Map<String, CLIOption> topLevelOptions) Sets the top-level option map (full name)