|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.easycsv.filter.HashLineFilter
public class HashLineFilter
Filter that filters out all lines staring with a hash.
| Constructor Summary | |
|---|---|
HashLineFilter()
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 HashLineFilter()
| Method Detail |
|---|
public boolean accept(java.lang.String line)
accept in interface LineFilterline - The CSV line to be tested
true if and only if line
doesn't start with a hash
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||