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- 
registrationDescription copied from interface:CommandParser.CommandParserResultsGets the registration.- Specified by:
- registrationin interface- CommandParser.CommandParserResults
- Returns:
- the registration
 
- 
resultsDescription copied from interface:CommandParser.CommandParserResultsGets the results.- Specified by:
- resultsin interface- CommandParser.CommandParserResults
- Returns:
- the results
 
- 
positionalDescription copied from interface:CommandParser.CommandParserResultsGets the unmapped positional arguments.- Specified by:
- positionalin interface- CommandParser.CommandParserResults
- Returns:
- the unmapped positional arguments
 
- 
errorsDescription copied from interface:CommandParser.CommandParserResultsGets parsing errors.- Specified by:
- errorsin interface- CommandParser.CommandParserResults
- Returns:
- the parsing errors
 
 
-