Package | Description |
---|---|
org.springframework.shell.command |
Modifier and Type | Class and Description |
---|---|
static class |
CommandParser.DefaultCommandParserResults
Default implementation of a
CommandParser.CommandParserResults . |
Modifier and Type | Method and Description |
---|---|
CommandParser.CommandParserResults |
CommandContext.getParserResults()
Gets a command option parser results.
|
CommandParser.CommandParserResults |
CommandContext.DefaultCommandContext.getParserResults() |
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 . |
CommandParser.CommandParserResults |
CommandParser.parse(List<CommandOption> options,
String[] args)
Parse options with a given arguments.
|
CommandParser.CommandParserResults |
CommandParser.DefaultCommandParser.parse(List<CommandOption> options,
String[] args) |
Modifier and Type | Method and Description |
---|---|
static CommandContext |
CommandContext.of(String[] args,
CommandParser.CommandParserResults results,
org.jline.terminal.Terminal terminal,
CommandRegistration commandRegistration)
Gets an instance of a default
CommandContext . |
Copyright © 2024. All rights reserved.