Module org.refcodes.mixin
Package org.refcodes.mixin
Interface PrintStreamAccessor.PrintStreamBuilder<B extends PrintStreamAccessor.PrintStreamBuilder<?>>
- Type Parameters:
B
- The builder which implements thePrintStreamAccessor.PrintStreamBuilder
.
- Enclosing interface:
- PrintStreamAccessor
public static interface PrintStreamAccessor.PrintStreamBuilder<B extends PrintStreamAccessor.PrintStreamBuilder<?>>
Provides a mutator for an print stream property.
-
Method Summary
Modifier and TypeMethodDescriptionwithPrintStream
(PrintStream aPrintStream) Sets the print stream to use and returns this builder as of the Builder-Pattern.
-
Method Details
-
withPrintStream
Sets the print stream to use and returns this builder as of the Builder-Pattern.- Parameters:
aPrintStream
- The print stream to be stored by the print stream property.- Returns:
- This
PrintStreamAccessor.PrintStreamBuilder
instance to continue configuration.
-