Interface ArgsParserAccessor.ArgsParserBuilder<B extends ArgsParserAccessor.ArgsParserBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
ArgsParserAccessor
public static interface ArgsParserAccessor.ArgsParserBuilder<B extends ArgsParserAccessor.ArgsParserBuilder<B>>
Provides a builder method for a
ArgsParser property returning the
builder for applying multiple build operations.-
Method Summary
Modifier and TypeMethodDescriptionwithArgsParser(ArgsParser aArgsParser) Sets the args-parser for theArgsParserproperty.
-
Method Details
-
withArgsParser
Sets the args-parser for theArgsParserproperty.- Parameters:
aArgsParser- The args-parser to be stored by theArgsParserproperty.- Returns:
- The builder for applying multiple build operations.
-