Module org.refcodes.mixin
Package org.refcodes.mixin
Interface StandardPrintStreamAccessor.StandardPrintStreamBuilder<B extends StandardPrintStreamAccessor.StandardPrintStreamBuilder<?>>
- Type Parameters:
B
- The builder which implements theStandardPrintStreamAccessor.StandardPrintStreamBuilder
.
- Enclosing interface:
- StandardPrintStreamAccessor
public static interface StandardPrintStreamAccessor.StandardPrintStreamBuilder<B extends StandardPrintStreamAccessor.StandardPrintStreamBuilder<?>>
Provides a mutator for an standard
PrintStream
property.-
Method Summary
Modifier and TypeMethodDescriptionwithStandardPrintStream
(PrintStream aStandardPrintStream) Sets the standardPrintStream
to use and returns this builder as of the Builder-Pattern.
-
Method Details
-
withStandardPrintStream
Sets the standardPrintStream
to use and returns this builder as of the Builder-Pattern.- Parameters:
aStandardPrintStream
- The standardPrintStream
to be stored by the standardPrintStream
property.- Returns:
- This
StandardPrintStreamAccessor.StandardPrintStreamBuilder
instance to continue configuration.
-