Interface StandardPrintStreamAccessor.StandardPrintStreamBuilder<B extends StandardPrintStreamAccessor.StandardPrintStreamBuilder<?>>

    • Method Detail

      • withStandardPrintStream

        B withStandardPrintStream​(java.io.PrintStream aStandardPrintStream)
        Sets the standard PrintStream to use and returns this builder as of the Builder-Pattern.
        Parameters:
        aStandardPrintStream - The standard PrintStream to be stored by the standard PrintStream property.
        Returns:
        This StandardPrintStreamAccessor.StandardPrintStreamBuilder instance to continue configuration.