Uses of Interface
org.springframework.shell.command.CommandParser.CommandParserResult
Packages that use CommandParser.CommandParserResult
-
Uses of CommandParser.CommandParserResult in org.springframework.shell.command
Classes in org.springframework.shell.command that implement CommandParser.CommandParserResultModifier and TypeClassDescriptionstatic class
Default implementation of aCommandParser.CommandParserResult
.Methods in org.springframework.shell.command that return CommandParser.CommandParserResultModifier and TypeMethodDescriptionCommandParser.CommandParserResult.of
(CommandOption option, Object value) Gets an instance of a defaultCommandParser.CommandParserResult
.Methods in org.springframework.shell.command that return types with arguments of type CommandParser.CommandParserResultModifier and TypeMethodDescriptionCommandParser.CommandParserResults.results()
Gets the results.CommandParser.DefaultCommandParserResults.results()
Method parameters in org.springframework.shell.command with type arguments of type CommandParser.CommandParserResultModifier and TypeMethodDescriptionCommandParser.CommandParserResults.of
(CommandRegistration registration, List<CommandParser.CommandParserResult> results, List<String> positional, List<CommandParser.CommandParserException> errors) Gets an instance of a defaultCommandParser.CommandParserResults
.