public abstract class Filter extends Object
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
DataException |
addExceptionProperties(DataException exception) |
abstract boolean |
allow(Record record) |
protected void |
close()
Called by
FilteringReader when FilteringReader.close() is called (after reading ends). |
protected void |
open()
Called by
FilteringReader when FilteringReader.open() is called (before reading starts). |
public DataException addExceptionProperties(DataException exception)
protected void open()
FilteringReader when FilteringReader.open() is called (before reading starts).protected void close()
FilteringReader when FilteringReader.close() is called (after reading ends).public abstract boolean allow(Record record)
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.