Class CommandParser.DefaultCommandParserResult
java.lang.Object
org.springframework.shell.command.CommandParser.DefaultCommandParserResult
- All Implemented Interfaces:
- CommandParser.CommandParserResult
- Enclosing interface:
- CommandParser
public static class CommandParser.DefaultCommandParserResult
extends Object
implements CommandParser.CommandParserResult
Default implementation of a 
CommandParser.CommandParserResult.- 
Method Summary
- 
Method Details- 
optionDescription copied from interface:CommandParser.CommandParserResultGets theCommandOption.- Specified by:
- optionin interface- CommandParser.CommandParserResult
- Returns:
- the command option
 
- 
valueDescription copied from interface:CommandParser.CommandParserResultGets the value.- Specified by:
- valuein interface- CommandParser.CommandParserResult
- Returns:
- the value
 
 
-