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 ConsoleStreampublic void println(byte[] buf,
int off,
int len)
println in interface ConsoleStreamCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.