Interface ShortOptionPrefixAccessor.ShortOptionPrefixBuilder<B extends ShortOptionPrefixAccessor.ShortOptionPrefixBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
ArgsProcessorBuilder<B>, ParseArgs
All Known Implementing Classes:
ArgsParser, SyntaxMetricsImpl.Builder
Enclosing interface:
ShortOptionPrefixAccessor

public static interface ShortOptionPrefixAccessor.ShortOptionPrefixBuilder<B extends ShortOptionPrefixAccessor.ShortOptionPrefixBuilder<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
    withShortOptionPrefix(Character aShortOptionPrefix)
    Sets the short option prefix for the short option prefix property.
  • Method Details

    • withShortOptionPrefix

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