Interface ReportWriter<T extends Report>

    • Method Detail

      • setOutput

        void setOutput​(PlaceholderFile value)
        Sets the file/directory to write to.
        Parameters:
        value - the file/directory to write to
      • getOutput

        PlaceholderFile getOutput()
        The file/directory to write to.
        Returns:
        the file/directory to write to
      • outputTipText

        String outputTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • write

        boolean write​(T data)
        Performs checks and writes the data.
        Parameters:
        data - the data to write
        Returns:
        true if successfully written