Package org.refcodes.properties.ext.cli
Interface ArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder<B extends ArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- ArgsParserPropertiesAccessor
public static interface ArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder<B extends ArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder<B>>
Provides a builder method for a
ParseArgsProperties property
returning the builder for applying multiple build operations.-
Method Summary
Modifier and TypeMethodDescriptionwithArgsParserProperties(ParseArgsProperties aProperties) Sets the args-properties for theParseArgsPropertiesproperty.
-
Method Details
-
withArgsParserProperties
Sets the args-properties for theParseArgsPropertiesproperty.- Parameters:
aProperties- The args-properties to be stored by theParseArgsPropertiesproperty.- Returns:
- The builder for applying multiple build operations.
-