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