public final class DefaultDirectConsoleReporter extends Object implements ConsoleStream
Constructor and Description |
---|
DefaultDirectConsoleReporter(PrintStream systemOut) |
Modifier and Type | Method and Description |
---|---|
void |
println(byte[] buf,
int off,
int len) |
void |
println(String message) |
public DefaultDirectConsoleReporter(PrintStream systemOut)
public void println(String message)
println
in interface ConsoleStream
public void println(byte[] buf, int off, int len)
println
in interface ConsoleStream
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.