Package org.refcodes.mixin
Interface ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<B extends ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<?>>
-
- Type Parameters:
B- The builder which implements theErrorPrintStreamAccessor.ErrorPrintStreamBuilder.
- Enclosing interface:
- ErrorPrintStreamAccessor
public static interface ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<B extends ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<?>>Provides a mutator for an errorPrintStreamproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithErrorPrintStream(java.io.PrintStream aErrorPrintStream)Sets the errorPrintStreamto use and returns this builder as of the Builder-Pattern.
-
-
-
Method Detail
-
withErrorPrintStream
B withErrorPrintStream(java.io.PrintStream aErrorPrintStream)
Sets the errorPrintStreamto use and returns this builder as of the Builder-Pattern.- Parameters:
aErrorPrintStream- The errorPrintStreamto be stored by the errorPrintStreamproperty.- Returns:
- This
ErrorPrintStreamAccessor.ErrorPrintStreamBuilderinstance to continue configuration.
-
-