abstract class UniqProcessor extends AbstractLineProcessor<UniqArguments>
| Constructor and Description |
|---|
UniqProcessor(UniqCommand command,
ExecutionContext context,
LineProcessor output) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
processLine(Line line) |
protected abstract boolean |
processLine(Line line,
LineProcessor output) |
getArguments, getCommand, getContext, getOutputclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinishpublic UniqProcessor(UniqCommand command, ExecutionContext context, LineProcessor output)
public final boolean processLine(Line line)
protected abstract boolean processLine(Line line, LineProcessor output)
Copyright © 2016. All Rights Reserved.