Interface ArgsParserMixin<B extends ArgsParserMixin<B>>

  • All Known Subinterfaces:
    ArgsParser
    All Known Implementing Classes:
    ArgsParserImpl

    public interface ArgsParserMixin<B extends ArgsParserMixin<B>>
    This mixin provides builder additions (as of the builder pattern for chained configuring method calls) for parsing command line arguments.