Interface CopyrightAccessor.CopyrightMutator

All Known Subinterfaces:
CopyrightAccessor.CopyrightProperty, ParseArgs
All Known Implementing Classes:
ArgsParser
Enclosing interface:
CopyrightAccessor

public static interface CopyrightAccessor.CopyrightMutator
Provides a mutator for a copyright property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setCopyright(String aCopyright)
    Sets the copyright for the copyright property.
  • Method Details

    • setCopyright

      void setCopyright(String aCopyright)
      Sets the copyright for the copyright property.
      Parameters:
      aCopyright - The copyright to be stored by the console width property.