Interface IExtractionOption

    • Method Detail

      • setOutputFormat

        void setOutputFormat​(java.lang.String format)
        Set output format.
        Parameters:
        format - output format.
      • getOutputFormat

        java.lang.String getOutputFormat()
        Get output format.
      • setOutputStream

        void setOutputStream​(java.io.OutputStream out)
        Set output stream.
        Parameters:
        out - output stream.
      • getOutputStream

        java.io.OutputStream getOutputStream()
        Get output stream.
      • setOutputFile

        void setOutputFile​(java.lang.String filename)
        Set output file.
        Parameters:
        filename - name of the output file.
      • getOutputFile

        java.lang.String getOutputFile()
        Get output file name.
      • setFormatter

        void setFormatter​(java.util.Map formatters)
        Set the formatters used to output the value. The format option is a hash map, the key can be the column name or column index (start from 1), the value should be a format pattern. If no format is defined, the value should be outputted as current implementation.
        Parameters:
        formatters -
      • getFormatter

        java.util.Map getFormatter()
        Get the format option.
        Returns: