B - The builder which implements the
ErrorPrintStreamAccessor.ErrorPrintStreamBuilder.public static interface ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<B extends ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<?>>
PrintStream property.| Modifier and Type | Method | 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 © 2018. All rights reserved.