Package | Description |
---|---|
org.springframework.shell.command |
Modifier and Type | Class and Description |
---|---|
static class |
CommandParser.MissingOptionException |
static class |
CommandParser.NotEnoughArgumentsOptionException |
static class |
CommandParser.OptionException |
static class |
CommandParser.TooManyArgumentsOptionException |
static class |
CommandParser.UnrecognisedOptionException |
Modifier and Type | Method and Description |
---|---|
static CommandParser.CommandParserException |
CommandParser.CommandParserException.of(String message) |
Modifier and Type | Method and Description |
---|---|
List<CommandParser.CommandParserException> |
CommandParser.CommandParserResults.errors()
Gets parsing errors.
|
List<CommandParser.CommandParserException> |
CommandParser.DefaultCommandParserResults.errors() |
List<CommandParser.CommandParserException> |
CommandExecution.CommandParserExceptionsException.getParserExceptions() |
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 . |
static CommandExecution.CommandParserExceptionsException |
CommandExecution.CommandParserExceptionsException.of(String message,
List<CommandParser.CommandParserException> parserExceptions) |
Constructor and Description |
---|
CommandParserExceptionsException(String message,
List<CommandParser.CommandParserException> parserExceptions) |
Copyright © 2024. All rights reserved.