| Package | Description |
|---|---|
| org.gcube.application.geoportalcommon.config |
| Modifier and Type | Method and Description |
|---|---|
CSVRow |
CSVFile.getHeaderRow()
Gets the header row.
|
| Modifier and Type | Method and Description |
|---|---|
List<CSVRow> |
CSVFile.getValueRows()
Gets the value rows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSVFile.addValueRow(CSVRow row)
Adds the value row.
|
void |
CSVFile.setHeaderRow(CSVRow headerRow)
Sets the header row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSVFile.setValueRows(List<CSVRow> valueRows)
Sets the value rows.
|
| Constructor and Description |
|---|
CSVFile(String fileName,
CSVRow headerRow,
List<CSVRow> valueRows)
Instantiates a new csv file.
|
| Constructor and Description |
|---|
CSVFile(String fileName,
CSVRow headerRow,
List<CSVRow> valueRows)
Instantiates a new csv file.
|
Copyright © 2022. All Rights Reserved.