Interface LongPropertyPrefixAccessor.LongPropertyPrefixBuilder<B extends LongPropertyPrefixAccessor.LongPropertyPrefixBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
LongPropertyPrefixAccessor

public static interface LongPropertyPrefixAccessor.LongPropertyPrefixBuilder<B extends LongPropertyPrefixAccessor.LongPropertyPrefixBuilder<B>>
Provides a builder method for a long option prefix property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withLongPropertyPrefix(String aLongPropertyPrefix)
    Sets the long option prefix for the long option prefix property.
  • Method Details

    • withLongPropertyPrefix

      B withLongPropertyPrefix(String aLongPropertyPrefix)
      Sets the long option prefix for the long option prefix property.
      Parameters:
      aLongPropertyPrefix - The long option prefix to be stored by the long option prefix property.
      Returns:
      The builder for applying multiple build operations.