Interface CopyrightAccessor.CopyrightBuilder<B extends CopyrightAccessor.CopyrightBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
ArgsProcessorBuilder<B>, ParseArgs
All Known Implementing Classes:
ArgsParser
Enclosing interface:
CopyrightAccessor

public static interface CopyrightAccessor.CopyrightBuilder<B extends CopyrightAccessor.CopyrightBuilder<B>>
Provides a builder method for a copyright property returning the builder for applying multiple build operations.
  • Method Summary

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

    • withCopyright

      B withCopyright(String aCopyright)
      Sets the copyright for the copyright property.
      Parameters:
      aCopyright - The copyright to be stored by the console width property.
      Returns:
      The builder for applying multiple build operations.