Interface ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<B extends ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<?>>

Type Parameters:
B - The builder which implements the ErrorPrintStreamAccessor.ErrorPrintStreamBuilder.
Enclosing interface:
ErrorPrintStreamAccessor

public static interface ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<B extends ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<?>>
Provides a mutator for an error PrintStream property.
  • Method Summary

    Modifier and Type Method Description
    B withErrorPrintStream​(PrintStream aErrorPrintStream)
    Sets the error PrintStream to use and returns this builder as of the Builder-Pattern.