Interface ArgsParserAccessor.ArgsParserMutator

All Known Subinterfaces:
ArgsParserAccessor.ArgsParserProperty
Enclosing interface:
ArgsParserAccessor

public static interface ArgsParserAccessor.ArgsParserMutator
Provides a mutator for a ParseArgs property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setArgsParser(ParseArgs aProperties)
    Sets the args-parser for the ParseArgs property.
  • Method Details

    • setArgsParser

      void setArgsParser(ParseArgs aProperties)
      Sets the args-parser for the ParseArgs property.
      Parameters:
      aProperties - The args-parser to be stored by the ParseArgs property.