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 TypMethodeBeschreibungvoid
ParsedOption.setSyntaxOption
(CLIOption syntaxOption) Sets the parsed option's syntax optionMethodenparameter in de.dlr.proseo.ui.cli.parser mit Typargumenten vom Typ CLIOptionModifizierer und TypMethodeBeschreibungvoid
CLISyntax.setGlobalOptionMap
(Map<String, CLIOption> globalOptionMap) Sets the global option map (full name)void
CLISyntax.setGlobalOptions
(List<CLIOption> globalOptions) Sets the options valid for all commandsvoid
CLISyntax.setGlobalOptionsShortForm
(Map<String, CLIOption> globalOptionsShortForm) Sets the global option map (short form)void
CLICommand.setOptions
(List<CLIOption> options) Sets the command's optionsvoid
CLISyntax.setOptions
(List<CLIOption> options) Sets the top-level optionsvoid
CLISyntax.setTopLevelOptions
(Map<String, CLIOption> topLevelOptions) Sets the top-level option map (full name)