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 standardPrintStreamproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithStandardPrintStream(java.io.PrintStream aStandardPrintStream)Sets the standardPrintStreamto use and returns this builder as of the Builder-Pattern.
-
-
-
Method Detail
-
withStandardPrintStream
B withStandardPrintStream(java.io.PrintStream aStandardPrintStream)
Sets the standardPrintStreamto use and returns this builder as of the Builder-Pattern.- Parameters:
aStandardPrintStream- The standardPrintStreamto be stored by the standardPrintStreamproperty.- Returns:
- This
StandardPrintStreamAccessor.StandardPrintStreamBuilderinstance to continue configuration.
-
-