Uses of Class
de.xima.fc.logic.text.csv.CsvFormat
-
Packages that use CsvFormat Package Description de.xima.fc.logic.text.csv de.xima.fc.workflow.itemlist -
-
Uses of CsvFormat in de.xima.fc.logic.text.csv
Methods in de.xima.fc.logic.text.csv that return CsvFormat Modifier and Type Method Description CsvFormat
CsvFormat.Builder. build()
Builds theCsvFormat
instance.Methods in de.xima.fc.logic.text.csv with parameters of type CsvFormat Modifier and Type Method Description static CsvFormatter
CsvFormatter. csvFormatterOfFormat(CsvFormat format)
static List<String>
CsvSplitter. csvSplitRow(String value, CsvFormat format)
static List<List<String>>
CsvSplitter. csvSplitRows(String value, CsvFormat format)
-
Uses of CsvFormat in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that return CsvFormat Modifier and Type Method Description static CsvFormat
CsvItemSourceHelper. buildCsvFormat(AListItemSourcePropsCsvFormat props)
Builds theCsvFormat
from the given workflow node properties model.static CsvFormat
CsvItemSourceHelper. buildCsvFormat(ListItemSourcePropsCharacterSeparatedValues props)
Builds theCsvFormat
from the given workflow node properties model.static CsvFormat
CsvItemSourceHelper. buildCsvFormat(ListItemSourcePropsRowsOfCharacterSeparatedValues props)
Builds theCsvFormat
from the given workflow node properties model.
-