Interface ShortPropertyPrefixAccessor.ShortPropertyPrefixBuilder<B extends ShortPropertyPrefixAccessor.ShortPropertyPrefixBuilder<B>>

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

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

    Modifier and Type
    Method
    Description
    withShortPropertyPrefix(Character aShortPropertyPrefix)
    Sets the short option prefix for the short option prefix property.
  • Method Details

    • withShortPropertyPrefix

      B withShortPropertyPrefix(Character aShortPropertyPrefix)
      Sets the short option prefix for the short option prefix property.
      Parameters:
      aShortPropertyPrefix - The short option prefix to be stored by the short option prefix property.
      Returns:
      The builder for applying multiple build operations.