Uses of Class
de.dlr.proseo.ui.cli.parser.CLIOption
Packages that use CLIOption
Package
Description
Parser classes for the prosEO Command-Line Interface component
-
Uses of CLIOption in de.dlr.proseo.ui.cli.parser
Methods in de.dlr.proseo.ui.cli.parser that return CLIOptionModifier and TypeMethodDescriptionParsedOption.getSyntaxOption()Gets the parsed option's syntax optionMethods in de.dlr.proseo.ui.cli.parser that return types with arguments of type CLIOptionModifier and TypeMethodDescriptionCLISyntax.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 nameMethods in de.dlr.proseo.ui.cli.parser with parameters of type CLIOptionModifier and TypeMethodDescriptionvoidParsedOption.setSyntaxOption(CLIOption syntaxOption) Sets the parsed option's syntax optionMethod parameters in de.dlr.proseo.ui.cli.parser with type arguments of type CLIOptionModifier and TypeMethodDescriptionvoidCLISyntax.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)