Interface MaxConsoleWidthAccessor.MaxConsoleWidthBuilder<B extends MaxConsoleWidthAccessor.MaxConsoleWidthBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
MaxConsoleWidthAccessor

public static interface MaxConsoleWidthAccessor.MaxConsoleWidthBuilder<B extends MaxConsoleWidthAccessor.MaxConsoleWidthBuilder<B>>
Provides a builder method for a max console width property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMaxConsoleWidth(int aMaxConsoleWidth)
    Sets the max console width for the max console width property.
  • Method Details

    • withMaxConsoleWidth

      B withMaxConsoleWidth(int aMaxConsoleWidth)
      Sets the max console width for the max console width property.
      Parameters:
      aMaxConsoleWidth - The max console width to be stored by the console width property.
      Returns:
      The builder for applying multiple build operations.