Interface PrintStreamAccessor.PrintStreamBuilder<B extends PrintStreamAccessor.PrintStreamBuilder<?>>

  • Type Parameters:
    B - The builder which implements the PrintStreamAccessor.PrintStreamBuilder.
    Enclosing interface:
    PrintStreamAccessor


    public static interface PrintStreamAccessor.PrintStreamBuilder<B extends PrintStreamAccessor.PrintStreamBuilder<?>>
    Provides a mutator for an print stream property.
    • Method Detail

      • withPrintStream

        B withPrintStream​(java.io.PrintStream aPrintStream)
        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.