Interface ImpexRowFilter
-
- All Known Implementing Classes:
DefaultImpexRowFilter,NullImpexRowFilter
public interface ImpexRowFilterFilter to filter out rows not matching a specified filter expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfilter(java.util.Map<java.lang.Integer,java.lang.String> row)Evaluate a single row and return a false, if the row should be filtered.
-