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)
      • reset

        public void reset()
        Description copied from class: StringParameters
        Reset this parameters object to its default values.

        Subclasses should override this method to set any initial values and instantiate any objects that require allocation. It is recommended that subclasses also call super.reset() in the override to ensure that the buffer is empty.

        Specified by:
        reset in interface IParameters
        Overrides:
        reset in class StringParameters
      • 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.