Interface PrintStreamAccessor.PrintStreamBuilder<B extends PrintStreamAccessor.PrintStreamBuilder<?>>

Type Parameters:
B - The builder which implements the PrintStreamAccessor.PrintStreamBuilder.
Enclosing interface:
PrintStreamAccessor

public static interface PrintStreamAccessor.PrintStreamBuilder<B extends PrintStreamAccessor.PrintStreamBuilder<?>>
Provides a mutator for an print stream property.
  • Method Summary

    Modifier and Type Method Description
    B withPrintStream​(PrintStream aPrintStream)
    Sets the print stream to use and returns this builder as of the Builder-Pattern.
  • Method Details

    • withPrintStream

      B withPrintStream​(PrintStream aPrintStream)
      Sets the print stream to use and returns this builder as of the Builder-Pattern.
      Parameters:
      aPrintStream - The print stream to be stored by the print stream property.
      Returns:
      This PrintStreamAccessor.PrintStreamBuilder instance to continue configuration.