Interface ShortOptionAccessor.ShortOptionMutator

All Known Subinterfaces:
ShortOptionAccessor.ShortOptionProperty
Enclosing interface:
ShortOptionAccessor

public static interface ShortOptionAccessor.ShortOptionMutator
Provides a mutator for a short option property.
  • Method Summary

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

    • setShortOption

      void setShortOption(String aShortOption)
      Sets the short option for the short option property.
      Parameters:
      aShortOption - The short option to be stored by the short option property.