Class OptionValueParser<C>

  • All Implemented Interfaces:
    cloud.commandframework.arguments.parser.ArgumentParser<C,​String>

    public final class OptionValueParser<C>
    extends Object
    implements cloud.commandframework.arguments.parser.ArgumentParser<C,​String>
    • Field Summary

      • Fields inherited from interface cloud.commandframework.arguments.parser.ArgumentParser

        DEFAULT_ARGUMENT_COUNT
    • Method Detail

      • parse

        public @NonNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NonNull Stringparse​(@NonNull cloud.commandframework.context.CommandContext<@NonNull C> commandContext,
                                                                                                           @NonNull Queue<@NonNull String> inputQueue)
        Specified by:
        parse in interface cloud.commandframework.arguments.parser.ArgumentParser<C,​String>
      • isContextFree

        public boolean isContextFree()
        Specified by:
        isContextFree in interface cloud.commandframework.arguments.parser.ArgumentParser<C,​String>