public class AntConsoleAnnotator extends LineTransformationOutputStream
OutputStream that places an annotation that marks Ant target execution.LineTransformationOutputStream.Delegating| Constructor and Description |
|---|
AntConsoleAnnotator(OutputStream out,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
static ConsoleLogFilter |
asConsoleLogFilter() |
void |
close() |
protected void |
eol(byte[] b,
int len) |
void |
flush() |
forceEol, trimEOL, write, writewritepublic AntConsoleAnnotator(OutputStream out, Charset charset)
protected void eol(byte[] b,
int len)
throws IOException
eol in class LineTransformationOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class LineTransformationOutputStreamIOExceptionpublic static ConsoleLogFilter asConsoleLogFilter()
Copyright © 2016–2022. All rights reserved.