abstract class AbstractGrepProcessor extends AbstractLineProcessor<GrepArguments>
| Constructor and Description |
|---|
AbstractGrepProcessor(GrepCommand command,
ExecutionContext context,
LineProcessor output,
LineMatcher matcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
boolean |
processLine(Line line) |
protected abstract boolean |
processLine(Line line,
boolean isMatch) |
getArguments, getCommand, getContext, getOutputpublic AbstractGrepProcessor(GrepCommand command, ExecutionContext context, LineProcessor output, LineMatcher matcher)
public boolean processLine(Line line)
public void finish()
protected abstract boolean processLine(Line line, boolean isMatch)
Copyright © 2016. All Rights Reserved.