Interface ShortOptionPrefixAccessor.ShortOptionPrefixMutator

All Known Subinterfaces:
ParseArgs, ShortOptionPrefixAccessor.ShortOptionPrefixProperty
All Known Implementing Classes:
ArgsParser
Enclosing interface:
ShortOptionPrefixAccessor

public static interface ShortOptionPrefixAccessor.ShortOptionPrefixMutator
Provides a mutator for a short option prefix property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setShortOptionPrefix(Character aShortOptionPrefix)
    Sets the short option prefix for the short option prefix property.
  • Method Details

    • setShortOptionPrefix

      void setShortOptionPrefix(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.