Uses of Class
de.xima.fc.mdl.csv.CSVFormatWrapper
Packages that use CSVFormatWrapper
Package
Description
- 
Uses of CSVFormatWrapper in de.xima.fc.gui.utils.data
Methods in de.xima.fc.gui.utils.data with parameters of type CSVFormatWrapperModifier and TypeMethodDescriptionstatic final StringDataSheetStringDataSheetUtils.getDataSheet(String data, CSVFormatWrapper csvFormat, int startAtLine) static final StringDataSheetStringDataSheetUtils.getDataSheetFromCSVByteArray(byte[] bytes, CSVFormatWrapper csvFormat, int startAtLine) static final StringDataSheetStringDataSheetUtils.getDataSheetFromCSVString(String csvString, CSVFormatWrapper csvFormat, int startAtLine)  - 
Uses of CSVFormatWrapper in de.xima.fc.gui.utils.data.importer
Methods in de.xima.fc.gui.utils.data.importer that return CSVFormatWrapper - 
Uses of CSVFormatWrapper in de.xima.fc.mdl.csv
Fields in de.xima.fc.mdl.csv declared as CSVFormatWrapperMethods in de.xima.fc.mdl.csv that return CSVFormatWrapperModifier and TypeMethodDescriptionstatic CSVFormatWrapperCSVFormatWrapper.newFormat(char delimiter) CSVFormatWrapper.withAllowMissingColumnNames()CSVFormatWrapper.withAllowMissingColumnNames(boolean allowMissingColumnNames) CSVFormatWrapper.withDelimiter(char delimiter) CSVFormatWrapper.withEscape(char escape) CSVFormatWrapper.withEscape(Character escape) CSVFormatWrapper.withIgnoreEmptyLines()CSVFormatWrapper.withIgnoreEmptyLines(boolean ignoreEmptyLines) CSVFormatWrapper.withQuote(char quoteChar) CSVFormatWrapper.withRecordSeparator(char recordSeparator) CSVFormatWrapper.withRecordSeparator(String recordSeparator)  - 
Uses of CSVFormatWrapper in de.xima.fc.parser
Constructors in de.xima.fc.parser with parameters of type CSVFormatWrapper - 
Uses of CSVFormatWrapper in de.xima.fc.printer
Constructors in de.xima.fc.printer with parameters of type CSVFormatWrapper