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 Details

    • withArgsParserProperties

      B withArgsParserProperties(ParseArgsProperties aProperties)
      Sets the args-properties for the ParseArgsProperties property.
      Parameters:
      aProperties - The args-properties to be stored by the ParseArgsProperties property.
      Returns:
      The builder for applying multiple build operations.