Package cloud.commandframework.arguments.parser
Parser classes used to parse
CommandArgument
-
Interface Summary Interface Description ArgumentParser<C,T> Parser that parses strings into values of a specific typeParserRegistry<C> Registry ofArgumentParser
that allows these arguments to be referenced by aClass
(or really, aTypeToken
) or aString
key -
Class Summary Class Description ArgumentParseResult<T> Result of the parsing done by aArgumentParser
ParserParameter<T> Parser parameter used when retrieving parsers from theParserRegistry
ParserParameters Collection ofparameter
-object
pairsStandardParameters Common parser parameters used when resolving types in theParserRegistry
StandardParserRegistry<C> Standard implementation ofParserRegistry