Interface LongOptionPrefixAccessor.LongOptionPrefixMutator

All Known Subinterfaces:
LongOptionPrefixAccessor.LongOptionPrefixProperty, ParseArgs
All Known Implementing Classes:
ArgsParser
Enclosing interface:
LongOptionPrefixAccessor

public static interface LongOptionPrefixAccessor.LongOptionPrefixMutator
Provides a mutator for a long option prefix property.
  • Method Summary

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

    • setLongOptionPrefix

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