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 ArgsParserProperties property returning the builder for applying multiple build operations.
    • Method Detail

      • withArgsParserProperties

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