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 ofArgumentParserthat allows these arguments to be referenced by aClass(or really, aTypeToken) or aStringkey -
Class Summary Class Description ArgumentParseResult<T> Result of the parsing done by aArgumentParserParserParameter<T> Parser parameter used when retrieving parsers from theParserRegistryParserParameters Collection ofparameter-objectpairsStandardParameters Common parser parameters used when resolving types in theParserRegistryStandardParserRegistry<C> Standard implementation ofParserRegistry