|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.easycsv.filter.NotLineFilter
public class NotLineFilter
Filter that negates the accept method of another LineFilter.
| Constructor Summary | |
|---|---|
NotLineFilter(LineFilter lineFilter)
Constructs this line filter. |
|
| Method Summary | |
|---|---|
boolean |
accept(java.lang.String line)
Tests whether or not the specified line should be read into the CsvDataStore. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotLineFilter(LineFilter lineFilter)
lineFilter - the filter to be negated.| Method Detail |
|---|
public boolean accept(java.lang.String line)
accept in interface LineFilterline - The CSV line to be tested
true if the underlying line filter returns
false. false if the underlying line filter
returns true.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||