Interface ArgsParserAccessor.ArgsParserMutator

All Known Subinterfaces:
ArgsParserAccessor.ArgsParserProperty
Enclosing interface:
ArgsParserAccessor

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

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

    • setArgsParser

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