| Package | Description |
|---|---|
| org.springframework.shell.command |
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandParser.DefaultCommandParserResult
Default implementation of a
CommandParser.CommandParserResult. |
| Modifier and Type | Method and Description |
|---|---|
static CommandParser.CommandParserResult |
CommandParser.CommandParserResult.of(CommandOption option,
Object value)
Gets an instance of a default
CommandParser.CommandParserResult. |
| Modifier and Type | Method and Description |
|---|---|
List<CommandParser.CommandParserResult> |
CommandParser.CommandParserResults.results()
Gets the results.
|
List<CommandParser.CommandParserResult> |
CommandParser.DefaultCommandParserResults.results() |
| Modifier and Type | Method and Description |
|---|---|
static CommandParser.CommandParserResults |
CommandParser.CommandParserResults.of(List<CommandParser.CommandParserResult> results,
List<String> positional,
List<CommandParser.CommandParserException> errors)
Gets an instance of a default
CommandParser.CommandParserResults. |
Copyright © 2023. All rights reserved.