B - The builder which implements the
ErrorPrintStreamAccessor.ErrorPrintStreamBuilder.public static interface ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<B extends ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<?>>
PrintStream property.| Modifier and Type | Method and Description |
|---|---|
B |
withErrorPrintStream(PrintStream aErrorPrintStream)
Sets the error
PrintStream to use and returns this builder as
of the builder pattern. |
B withErrorPrintStream(PrintStream aErrorPrintStream)
PrintStream to use and returns this builder as
of the builder pattern.aErrorPrintStream - The error PrintStream to be stored
by the error PrintStream property.ErrorPrintStreamAccessor.ErrorPrintStreamBuilder instance to continue
configuration.Copyright © 2017. All rights reserved.