class XargsLineProcessor extends AbstractLineProcessor<XargsArguments>
| Constructor and Description |
|---|
XargsLineProcessor(XargsCommand command,
ExecutionContext context,
LineProcessor output) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
protected XargsArguments |
getArguments() |
protected XargsCommand |
getCommand() |
protected XargsOutput |
getOutput() |
protected VariableContext |
getVariableContext() |
protected void |
invoke() |
boolean |
processLine(Line line) |
getContextpublic XargsLineProcessor(XargsCommand command, ExecutionContext context, LineProcessor output)
protected XargsCommand getCommand()
getCommand in class AbstractLineProcessor<XargsArguments>protected XargsArguments getArguments()
getArguments in class AbstractLineProcessor<XargsArguments>protected XargsOutput getOutput()
getOutput in class AbstractLineProcessor<XargsArguments>protected VariableContext getVariableContext()
protected void invoke()
public boolean processLine(Line line)
public void finish()
Copyright © 2016. All Rights Reserved.