Interface ShortOptionAccessor.ShortOptionBuilder<B extends ShortOptionAccessor.ShortOptionBuilder<B>>

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

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

    Modifier and Type
    Method
    Description
    withShortOption(String aShortOption)
    Sets the short option for the short option property.
  • Method Details

    • withShortOption

      B withShortOption(String aShortOption)
      Sets the short option for the short option property.
      Parameters:
      aShortOption - The short option to be stored by the short option property.
      Returns:
      The builder for applying multiple build operations.