public class CsvLineParser extends Object
Constructor and Description |
---|
CsvLineParser() |
Modifier and Type | Method and Description |
---|---|
List<String> |
parse(CharSequence line)
Use the current lineParser implementation to return a CSV line as a List
of cells.
|
public List<String> parse(CharSequence line)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.