public static class CommandParser.DefaultCommandParserResults extends Object implements CommandParser.CommandParserResults
CommandParser.CommandParserResults
.Modifier and Type | Method and Description |
---|---|
List<CommandParser.CommandParserException> |
errors()
Gets parsing errors.
|
List<String> |
positional()
Gets the unmapped positional arguments.
|
List<CommandParser.CommandParserResult> |
results()
Gets the results.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
of
public List<CommandParser.CommandParserResult> results()
CommandParser.CommandParserResults
results
in interface CommandParser.CommandParserResults
public List<String> positional()
CommandParser.CommandParserResults
positional
in interface CommandParser.CommandParserResults
public List<CommandParser.CommandParserException> errors()
CommandParser.CommandParserResults
errors
in interface CommandParser.CommandParserResults
Copyright © 2024. All rights reserved.