public interface Chain
ChainLink to pass
modified, unmodified or even new structured fields to the next
filter. The last filter will store the output in a file.| Modifier and Type | Method and Description |
|---|---|
void |
commit(ChainLink link,
SF... sf)
Passes the structured fields to the next filter or to the
output file if link is the last filter in the chain.
|
void commit(ChainLink link, SF... sf) throws IOException
link - the filter commiting the changesf - strutured fields to passIOExceptionCopyright © 2017. All rights reserved.