Interface LongOptionPrefixAccessor.LongOptionPrefixBuilder<B extends LongOptionPrefixAccessor.LongOptionPrefixBuilder<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:
LongOptionPrefixAccessor

public static interface LongOptionPrefixAccessor.LongOptionPrefixBuilder<B extends LongOptionPrefixAccessor.LongOptionPrefixBuilder<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
    withLongOptionPrefix(String aLongOptionPrefix)
    Sets the long option prefix for the long option prefix property.
  • Method Details

    • withLongOptionPrefix

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