Class CommandParser.DefaultCommandParserResults
java.lang.Object
org.springframework.shell.command.CommandParser.DefaultCommandParserResults
- All Implemented Interfaces:
CommandParser.CommandParserResults
- Enclosing interface:
- CommandParser
public static class CommandParser.DefaultCommandParserResults
extends Object
implements CommandParser.CommandParserResults
Default implementation of a
CommandParser.CommandParserResults
.-
Method Details
-
results
Description copied from interface:CommandParser.CommandParserResults
Gets the results.- Specified by:
results
in interfaceCommandParser.CommandParserResults
- Returns:
- the results
-
positional
Description copied from interface:CommandParser.CommandParserResults
Gets the unmapped positional arguments.- Specified by:
positional
in interfaceCommandParser.CommandParserResults
- Returns:
- the unmapped positional arguments
-
errors
Description copied from interface:CommandParser.CommandParserResults
Gets parsing errors.- Specified by:
errors
in interfaceCommandParser.CommandParserResults
- Returns:
- the parsing errors
-