public static class FileFunctions.GrepLineHandler extends LineOutputStream
| Modifier and Type | Field and Description |
|---|---|
protected String |
directory |
ErrorHandler |
errorHandler |
protected static Pattern |
pattern |
buffer, len| Constructor and Description |
|---|
GrepLineHandler(JTextArea textArea,
String directory) |
| Modifier and Type | Method and Description |
|---|---|
void |
println(String line)
This method is all that needs to be implemented.
|
protected static Pattern pattern
public ErrorHandler errorHandler
protected String directory
public void println(String line)
LineOutputStreamprintln in class LineOutputStreamline - the line to printCopyright © 2015–2022 SciJava. All rights reserved.