public class OutputStreamCollector
extends hudson.console.LineTransformationOutputStream
Constructor and Description |
---|
OutputStreamCollector(PrintStream out,
Charset charset) |
Modifier and Type | Method and Description |
---|---|
protected void |
eol(byte[] bytes,
int length) |
Collection<String> |
findAll(Pattern pattern) |
close, forceEol, trimEOL, write, write
flush, write
public OutputStreamCollector(PrintStream out, Charset charset)
protected void eol(byte[] bytes, int length) throws IOException
eol
in class hudson.console.LineTransformationOutputStream
IOException
public Collection<String> findAll(Pattern pattern)
Copyright © 2004-2016. All Rights Reserved.