Class PropertiesIndexedSplitsRunsWriter

    • Constructor Detail

      • PropertiesIndexedSplitsRunsWriter

        public PropertiesIndexedSplitsRunsWriter()
    • Method Detail

      • getFormatDescription

        public String getFormatDescription()
        Returns a string describing the format (used in the file chooser).
        Returns:
        a description suitable for displaying in the file chooser
      • getFormatExtensions

        public String[] getFormatExtensions()
        Returns the extension(s) of the format.
        Returns:
        the extension (without the dot!)
      • getDefaultFormatExtension

        public String getDefaultFormatExtension()
        Returns the default extension of the format.
        Returns:
        the default extension (without the dot!)
      • doWrite

        protected boolean doWrite​(Writer writer,
                                  IndexedSplitsRuns runs,
                                  MessageCollection errors)
        Writes the split definitions to the specified reader. The caller must close the writer object.
        Specified by:
        doWrite in class AbstractIndexedSplitsRunsWriter
        Parameters:
        writer - the writer to write to
        runs - the runs to write
        errors - for storing errors
        Returns:
        whether successfully written