org.easycsv.filter
Interface LineFilter

All Known Implementing Classes:
HashLineFilter, NotLineFilter, PatternLineFilter

public interface LineFilter

A LineFilter can be used to filter out lines while reading CSV data.

Version:
$LastChangedRevision:12 $
Author:
Oliver J. Siegmar

Method Summary
 boolean accept(java.lang.String line)
          Tests whether or not the specified line should be read into the CsvDataStore.
 

Method Detail

accept

boolean accept(java.lang.String line)
Tests whether or not the specified line should be read into the CsvDataStore.

Parameters:
line - The CSV line to be tested
Returns:
true if and only if line should be included


Copyright 2005-2005-2006 null. All Rights Reserved.