public static class CommandParser.DefaultCommandParser extends Object implements CommandParser
CommandParser
.CommandParser.CommandParserException, CommandParser.CommandParserResult, CommandParser.CommandParserResults, CommandParser.DefaultCommandParser, CommandParser.DefaultCommandParserResult, CommandParser.DefaultCommandParserResults, CommandParser.MissingOptionException, CommandParser.NotEnoughArgumentsOptionException, CommandParser.OptionException, CommandParser.TooManyArgumentsOptionException, CommandParser.UnrecognisedOptionException
Modifier and Type | Method and Description |
---|---|
CommandParser.CommandParserResults |
parse(List<CommandOption> options,
String[] args)
Parse options with a given arguments.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
of, of
public CommandParser.CommandParserResults parse(List<CommandOption> options, String[] args)
CommandParser
parse
in interface CommandParser
options
- the command optionsargs
- the argumentsCopyright © 2024. All rights reserved.