|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CSVParserConfiguration | |
|---|---|
| org.gcube.portlets.user.td.gwtservice.server.file | |
| org.gcube.portlets.user.td.gwtservice.shared.csv | |
| Uses of CSVParserConfiguration in org.gcube.portlets.user.td.gwtservice.server.file |
|---|
| Fields in org.gcube.portlets.user.td.gwtservice.server.file declared as CSVParserConfiguration | |
|---|---|
protected CSVParserConfiguration |
FileUploadSession.parserConfiguration
|
| Methods in org.gcube.portlets.user.td.gwtservice.server.file that return CSVParserConfiguration | |
|---|---|
CSVParserConfiguration |
FileUploadSession.getParserConfiguration()
|
| Methods in org.gcube.portlets.user.td.gwtservice.server.file with parameters of type CSVParserConfiguration | |
|---|---|
void |
FileUploadSession.setParserConfiguration(CSVParserConfiguration parserConfiguration)
|
| Uses of CSVParserConfiguration in org.gcube.portlets.user.td.gwtservice.shared.csv |
|---|
| Methods in org.gcube.portlets.user.td.gwtservice.shared.csv with parameters of type CSVParserConfiguration | |
|---|---|
static ArrayList<CSVRowError> |
CSVFileUtil.checkCSV(File csvFile,
CSVParserConfiguration config,
long errorsLimit)
|
protected static net.sf.csv4j.CSVReader |
CSVFileUtil.createCSVReader(File csvFile,
CSVParserConfiguration parserConfiguration)
|
static ArrayList<String> |
CSVFileUtil.getHeader(File csvFile,
CSVParserConfiguration parserConfiguration)
|
static void |
CSVFileUtil.toJson(InputStream csv,
OutputStream output,
Charset outputCharset,
CSVParserConfiguration config,
long limit)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||