Uses of Class
de.dlr.proseo.ui.cli.parser.ParsedCommand
Packages that use ParsedCommand
Package
Description
Top-level classes for the prosEO Command-Line Interface component
Parser classes for the prosEO Command-Line Interface component
-
Uses of ParsedCommand in de.dlr.proseo.ui.cli
Methods in de.dlr.proseo.ui.cli with parameters of type ParsedCommandModifier and TypeMethodDescription(package private) voidFacilityCommandRunner.executeCommand(ParsedCommand command) Run the given command(package private) voidIngestorCommandRunner.executeCommand(ParsedCommand command) Run the given command(package private) voidJobCommandRunner.executeCommand(ParsedCommand command) Run the given command(package private) voidMissionCommandRunner.executeCommand(ParsedCommand command) Run the given command(package private) voidOrderCommandRunner.executeCommand(ParsedCommand command) Run the given command(package private) voidProcessorCommandRunner.executeCommand(ParsedCommand command) Run the given command(package private) voidProductArchiveCommandRunner.executeCommand(ParsedCommand command) Run the given command(package private) voidProductclassCommandRunner.executeCommand(ParsedCommand command) Run the given command(package private) voidUserCommandRunner.executeCommand(ParsedCommand command) Run the given command(package private) voidWorkflowCommandRunner.executeCommand(ParsedCommand command) Run the given command -
Uses of ParsedCommand in de.dlr.proseo.ui.cli.parser
Methods in de.dlr.proseo.ui.cli.parser that return ParsedCommandModifier and TypeMethodDescriptionParsedCommand.getSubcommand()Gets the parsed command's subcommandParse a command string using the given syntax structureMethods in de.dlr.proseo.ui.cli.parser with parameters of type ParsedCommandModifier and TypeMethodDescriptionvoidParsedCommand.setSubcommand(ParsedCommand subcommand) Sets the parsed command's subcommand