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.
  • Method Summary

    Modifier and Type Method Description
    B withEvalArgs​(String[] aArgs)
    Evaluates the provided command line arguments.
    default B withEvalArgs​(List<String> aArgs)
    Evaluates the provided command line arguments .