Module org.refcodes.mixin
Package org.refcodes.mixin
Interface RowWidthAccessor.RowWidthBuilder<B extends RowWidthAccessor.RowWidthBuilder<?>>
-
- Type Parameters:
B
- The builder which implements theRowWidthAccessor.RowWidthBuilder
.
- Enclosing interface:
- RowWidthAccessor
public static interface RowWidthAccessor.RowWidthBuilder<B extends RowWidthAccessor.RowWidthBuilder<?>>
Provides a mutator for an output stream property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
withRowWidth(int aRowWidth)
Sets the rows width to use returns this builder as of the builder pattern.
-
-
-
Method Detail
-
withRowWidth
B withRowWidth(int aRowWidth)
Sets the rows width to use returns this builder as of the builder pattern.- Parameters:
aRowWidth
- The row width to be used when printing a row or the header.- Returns:
- This instance to continue configuration.
-
-