Interface StandardPrintStreamAccessor.StandardPrintStreamBuilder<B extends StandardPrintStreamAccessor.StandardPrintStreamBuilder<?>>

Type Parameters:
B - The builder which implements the StandardPrintStreamAccessor.StandardPrintStreamBuilder .
Enclosing interface:
StandardPrintStreamAccessor

public static interface StandardPrintStreamAccessor.StandardPrintStreamBuilder<B extends StandardPrintStreamAccessor.StandardPrintStreamBuilder<?>>
Provides a mutator for an standard PrintStream property.
  • Method Summary

    Modifier and Type Method Description
    B withStandardPrintStream​(PrintStream aStandardPrintStream)
    Sets the standard PrintStream to use and returns this builder as of the Builder-Pattern.