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 CsvFormatCsvFormat.Builder. build()Builds theCsvFormatinstance.Methods in de.xima.fc.logic.text.csv with parameters of type CsvFormat Modifier and Type Method Description static CsvFormatterCsvFormatter. 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 CsvFormatCsvItemSourceHelper. buildCsvFormat(AListItemSourcePropsCsvFormat props)Builds theCsvFormatfrom the given workflow node properties model.static CsvFormatCsvItemSourceHelper. buildCsvFormat(ListItemSourcePropsCharacterSeparatedValues props)Builds theCsvFormatfrom the given workflow node properties model.static CsvFormatCsvItemSourceHelper. buildCsvFormat(ListItemSourcePropsRowsOfCharacterSeparatedValues props)Builds theCsvFormatfrom the given workflow node properties model.
-