Interface ReportReader<T extends Report>

    • Method Detail

      • setInput

        void setInput​(PlaceholderFile value)
        Sets the file/directory to read.
        Parameters:
        value - the file/directory to read
      • getInput

        PlaceholderFile getInput()
        The file/directory to read.
        Returns:
        the file/directory to read
      • inputTipText

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

        List<T> read()
        Performs checks and (always) reads the data.
        Returns:
        the report loaded from the file