Package org.forgerock.audit.handlers.csv
Class CsvAuditEventHandlerConfiguration.CsvFormatting
java.lang.Object
org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
- Enclosing class:
- CsvAuditEventHandlerConfiguration
Contains the csv writer configuration parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchar
Gets the character to use to delimit the csv entries.Gets the end of line symbol.char
Gets the character to use to quote the csv entries.void
setDelimiterChar
(char delimiterChar) Sets the character to use to delimit the csv entries.void
setEndOfLineSymbols
(String endOfLineSymbols) Gets the end of line symbol.void
setQuoteChar
(char quoteChar) Sets the character to use to quote the csv entries.
-
Constructor Details
-
CsvFormatting
public CsvFormatting()
-
-
Method Details
-
getQuoteChar
public char getQuoteChar()Gets the character to use to quote the csv entries.- Returns:
- The quote character.
-
setQuoteChar
public void setQuoteChar(char quoteChar) Sets the character to use to quote the csv entries.- Parameters:
quoteChar
- The quote character.
-
getDelimiterChar
public char getDelimiterChar()Gets the character to use to delimit the csv entries.- Returns:
- The character used to delimit the entries.
-
setDelimiterChar
public void setDelimiterChar(char delimiterChar) Sets the character to use to delimit the csv entries.- Parameters:
delimiterChar
- The character used to delimit the entries.
-
getEndOfLineSymbols
Gets the end of line symbol.- Returns:
- The end of line symbol.
-
setEndOfLineSymbols
Gets the end of line symbol.- Parameters:
endOfLineSymbols
- The end of line symbol.
-