Interface ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<B extends ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<?>>

    • Method Detail

      • withErrorPrintStream

        B withErrorPrintStream​(java.io.PrintStream aErrorPrintStream)
        Sets the error PrintStream to use and returns this builder as of the Builder-Pattern.
        Parameters:
        aErrorPrintStream - The error PrintStream to be stored by the error PrintStream property.
        Returns:
        This ErrorPrintStreamAccessor.ErrorPrintStreamBuilder instance to continue configuration.