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 standardPrintStream
property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
withStandardPrintStream(java.io.PrintStream aStandardPrintStream)
Sets the standardPrintStream
to use and returns this builder as of the Builder-Pattern.
-
-
-
Method Detail
-
withStandardPrintStream
B withStandardPrintStream(java.io.PrintStream aStandardPrintStream)
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.
-
-