Uses of Interface
org.springframework.shell.command.CommandParser.CommandParserResults
Packages that use CommandParser.CommandParserResults
-
Uses of CommandParser.CommandParserResults in org.springframework.shell.command
Classes in org.springframework.shell.command that implement CommandParser.CommandParserResultsModifier and TypeClassDescriptionstatic class
Default implementation of aCommandParser.CommandParserResults
.Methods in org.springframework.shell.command that return CommandParser.CommandParserResultsModifier and TypeMethodDescriptionCommandContext.DefaultCommandContext.getParserResults()
CommandContext.getParserResults()
Gets a command option parser results.CommandParser.CommandParserResults.of
(CommandRegistration registration, List<CommandParser.CommandParserResult> results, List<String> positional, List<CommandParser.CommandParserException> errors) Gets an instance of a defaultCommandParser.CommandParserResults
.Parse options with a given arguments.Methods in org.springframework.shell.command with parameters of type CommandParser.CommandParserResultsModifier and TypeMethodDescriptionstatic CommandContext
CommandContext.of
(String[] args, CommandParser.CommandParserResults results, org.jline.terminal.Terminal terminal, CommandRegistration commandRegistration, ShellContext shellContext) Gets an instance of a defaultCommandContext
.