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