-
- All Known Subinterfaces:
ArgsParserAccessor.ArgsParserProperty
- Enclosing interface:
- ArgsParserAccessor
public static interface ArgsParserAccessor.ArgsParserMutatorProvides a mutator for aArgsParserproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetArgsParser(ArgsParser aProperties)Sets the args-parser for theArgsParserproperty.
-
-
-
Method Detail
-
setArgsParser
void setArgsParser(ArgsParser aProperties)
Sets the args-parser for theArgsParserproperty.- Parameters:
aProperties- The args-parser to be stored by theArgsParserproperty.
-
-