- setCommentStart(char) - Method in class org.apache.commons.csv.CSVStrategy
-
- setConfig(CSVConfig) - Method in class org.apache.commons.csv.writer.CSVWriter
-
Set the CSVConfig
- setDelimiter(char) - Method in class org.apache.commons.csv.CSVStrategy
-
- setDelimiter(char) - Method in class org.apache.commons.csv.writer.CSVConfig
-
Set the delimiter to use
- setEncapsulator(char) - Method in class org.apache.commons.csv.CSVStrategy
-
- setEndTrimmed(boolean) - Method in class org.apache.commons.csv.writer.CSVConfig
-
Specify if the end of the line needs to be trimmed.
- setEscape(char) - Method in class org.apache.commons.csv.CSVStrategy
-
- setFieldHeader(boolean) - Method in class org.apache.commons.csv.writer.CSVConfig
-
Specify if you want to use a field header.
- setFields(CSVField[]) - Method in class org.apache.commons.csv.writer.CSVConfig
-
Set the fields that should be used by the writer.
- setFields(Collection) - Method in class org.apache.commons.csv.writer.CSVConfig
-
Set the fields that should be used by the writer
- setFill(int) - Method in class org.apache.commons.csv.writer.CSVConfig
-
Set the fill pattern.
- setFill(int) - Method in class org.apache.commons.csv.writer.CSVField
-
Sets overrideFill to true.
- setFillChar(char) - Method in class org.apache.commons.csv.writer.CSVConfig
-
Set the fill char
- setFixedWidth(boolean) - Method in class org.apache.commons.csv.writer.CSVConfig
-
Specify if the CSV file is fixed width.
- setHasFieldHeader(boolean) - Method in class org.apache.commons.csv.writer.CSVConfigGuesser
-
Specify if the CSV file has a field header
- setIgnoreDelimiter(boolean) - Method in class org.apache.commons.csv.writer.CSVConfig
-
Specify if the writer should ignore the delimiter.
- setIgnoreEmptyLines(boolean) - Method in class org.apache.commons.csv.CSVStrategy
-
- setIgnoreLeadingWhitespaces(boolean) - Method in class org.apache.commons.csv.CSVStrategy
-
- setIgnoreTrailingWhitespaces(boolean) - Method in class org.apache.commons.csv.CSVStrategy
-
- setIgnoreValueDelimiter(boolean) - Method in class org.apache.commons.csv.writer.CSVConfig
-
Specify if the writer should ignore the value delimiter.
- setInputStream(InputStream) - Method in class org.apache.commons.csv.writer.CSVConfigGuesser
-
- setName(String) - Method in class org.apache.commons.csv.writer.CSVField
-
Set the name of the field
- setPrinterNewline(String) - Method in class org.apache.commons.csv.CSVStrategy
-
- setRowDelimiter(String) - Method in class org.apache.commons.csv.writer.CSVConfig
-
Set the rowDelimiter to use
- setSize(int) - Method in class org.apache.commons.csv.writer.CSVField
-
Set the size of the field.
- setUnicodeEscapeInterpretation(boolean) - Method in class org.apache.commons.csv.CSVStrategy
-
- setValueDelimiter(char) - Method in class org.apache.commons.csv.writer.CSVConfig
-
Set the value delimiter to use
- setWriter(Writer) - Method in class org.apache.commons.csv.writer.CSVWriter
-
Set the writer to write the CSV file to.
- shrink() - Method in class org.apache.commons.csv.CharBuffer
-
Shrinks the capacity of the buffer to the current length if necessary.
- strategy - Variable in class org.apache.commons.csv.CSVPrinter
-