toxi.data.csv
Class CSVParser

java.lang.Object
  extended by toxi.data.csv.CSVParser

public class CSVParser
extends java.lang.Object


Constructor Summary
CSVParser(CSVFieldMapper mapper)
           
 
Method Summary
 CSVFieldMapper getMapper()
           
 void parse(java.lang.String[] lines)
           
 void setMapper(CSVFieldMapper mapper)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVParser

public CSVParser(CSVFieldMapper mapper)
Method Detail

getMapper

public CSVFieldMapper getMapper()
Returns:
the mapper

parse

public void parse(java.lang.String[] lines)

setMapper

public void setMapper(CSVFieldMapper mapper)
Parameters:
mapper - the mapper to set