Class CsvAuditEventHandlerConfiguration.CsvFormatting

    • Constructor Detail

      • CsvFormatting

        public CsvFormatting()
    • Method Detail

      • 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

        public String getEndOfLineSymbols()
        Gets the end of line symbol.
        Returns:
        The end of line symbol.
      • setEndOfLineSymbols

        public void setEndOfLineSymbols​(String endOfLineSymbols)
        Gets the end of line symbol.
        Parameters:
        endOfLineSymbols - The end of line symbol.