Interface LicenseAccessor.LicenseMutator

All Known Subinterfaces:
LicenseAccessor.LicenseProperty, ParseArgs
All Known Implementing Classes:
ArgsParser
Enclosing interface:
LicenseAccessor

public static interface LicenseAccessor.LicenseMutator
Provides a mutator for a license property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setLicense(String aLicense)
    Sets the license for the license property.
  • Method Details

    • setLicense

      void setLicense(String aLicense)
      Sets the license for the license property.
      Parameters:
      aLicense - The license to be stored by the console width property.