Class TableFilterWriterParameters

    • Constructor Detail

      • TableFilterWriterParameters

        public TableFilterWriterParameters()
    • Method Detail

      • getInlineFormat

        public String getInlineFormat()
      • setInlineFormat

        public void setInlineFormat​(String inlineFormat)
      • getUseDoubleQuotes

        public boolean getUseDoubleQuotes()
      • setUseDoubleQuotes

        public void setUseDoubleQuotes​(boolean useDoubleQuotes)
      • getSeparator

        public String getSeparator()
      • setSeparator

        public void setSeparator​(String separator)
      • fromArguments

        public void fromArguments​(String format,
                                  String inlineFormat)
        Sets the parameters values from two strings in a special short format that can be used with command-line tools.
        Parameters:
        format - the format ("csv" or "tab")
        inlineCodes - the format of the inline codes.