Uses of Class
de.dlr.proseo.ui.cli.parser.CLIParameter
Packages that use CLIParameter
Package
Description
Parser classes for the prosEO Command-Line Interface component
-
Uses of CLIParameter in de.dlr.proseo.ui.cli.parser
Methods in de.dlr.proseo.ui.cli.parser that return CLIParameterModifier and TypeMethodDescriptionParsedParameter.getSyntaxParameter()Gets the parsed parameter's syntax parameterMethods in de.dlr.proseo.ui.cli.parser that return types with arguments of type CLIParameterMethods in de.dlr.proseo.ui.cli.parser with parameters of type CLIParameterModifier and TypeMethodDescriptionvoidParsedParameter.setSyntaxParameter(CLIParameter syntaxParameter) Sets the parsed parameter's syntax parameterMethod parameters in de.dlr.proseo.ui.cli.parser with type arguments of type CLIParameterModifier and TypeMethodDescriptionvoidCLICommand.setParameters(List<CLIParameter> parameters) Sets the command's parameters