B - The builder which implements the
StandardPrintStreamAccessor.StandardPrintStreamBuilder .public static interface StandardPrintStreamAccessor.StandardPrintStreamBuilder<B extends StandardPrintStreamAccessor.StandardPrintStreamBuilder<?>>
PrintStream property.| Modifier and Type | Method | Description |
|---|---|---|
B |
withStandardPrintStream(PrintStream aStandardPrintStream) |
Sets the standard
PrintStream to use and returns this builder
as of the Builder-Pattern. |
B withStandardPrintStream(PrintStream aStandardPrintStream)
PrintStream to use and returns this builder
as of the Builder-Pattern.aStandardPrintStream - The standard PrintStream to be
stored by the standard PrintStream property.StandardPrintStreamAccessor.StandardPrintStreamBuilder instance to continue
configuration.Copyright © 2018. All rights reserved.