Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AutoDetectHandler - Class in com.xlson.groovycsv
autoDetectQuoteChar() - Method in AutoDetectHandler
autoDetectSeparator() - Method in AutoDetectHandler

B


C

close() - Method in CsvIterator
Closes the underlying reader object.
CsvIterator - Class in com.xlson.groovycsv
Iterates over the csv data in a non-synchronized way.
CsvIterator(def, CSVReader) - Constructor in CsvIterator
CsvParser - Class in com.xlson.groovycsv
Helper class used to parse information from csv files using the column names in the first line.

D


E


F


G

getAt(Integer) - Method in PropertyMapper
Allows values to be obtained using their position

H

hasNext() - Method in CsvIterator
Checks if there is more data available.

I

isClosed() - Method in CsvIterator
Checks if the underlying reader is closed.

J


K


L


M


N

next() - Method in CsvIterator
Gets the next row in the csv file.

O


P

parse(Map, Reader) - Method in CsvParser
Parses the supplied csv and returns a CsvIterator that can be use to access the data.
parseCsv(Map, Reader) - Method in CsvParser
Parses a reader as csv in the same way as CsvParser.parse(...).
PropertyMapper - Class in com.xlson.groovycsv
Maps between column names and values in a list.
propertyMissing(String) - Method in PropertyMapper
Maps properties to values.

Q


R

remove() - Method in CsvIterator
remove is not supported in CsvIterator.

S


T

toMap() - Method in PropertyMapper
toString() - Method in PropertyMapper

U


V


W


X


Y


Z


_


Groovy Documentation