Interface LongPropertyPrefixAccessor.LongPropertyPrefixMutator

All Known Subinterfaces:
LongPropertyPrefixAccessor.LongPropertyPrefixProperty
Enclosing interface:
LongPropertyPrefixAccessor

public static interface LongPropertyPrefixAccessor.LongPropertyPrefixMutator
Provides a mutator for a long option prefix property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setLongPropertyPrefix(String aLongPropertyPrefix)
    Sets the long option prefix for the long option prefix property.
  • Method Details

    • setLongPropertyPrefix

      void setLongPropertyPrefix(String aLongPropertyPrefix)
      Sets the long option prefix for the long option prefix property.
      Parameters:
      aLongPropertyPrefix - The long option prefix to be stored by the long option prefix property.