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 TypeMethodDescriptionvoidsetArgsParser(ArgsParser aArgsParser) Sets the args-parser for theArgsParserproperty.
-
Method Details
-
setArgsParser
Sets the args-parser for theArgsParserproperty.- Parameters:
aArgsParser- The args-parser to be stored by theArgsParserproperty.
-