Uses of Class
gate.util.reporting.exceptions.BenchmarkReportFileAccessException

Packages that use BenchmarkReportFileAccessException
gate.util.reporting   
 

Uses of BenchmarkReportFileAccessException in gate.util.reporting
 

Methods in gate.util.reporting that throw BenchmarkReportFileAccessException
private  void DocTimeReporter.deleteFile(File fileToBeDeleted)
          A method for deleting a given file.
 void DocTimeReporter.executeReport()
           
private  void DocTimeReporter.generateReport()
          Calls store, calculate and printReport for generating the actual report.
static void DocTimeReporter.main(String[] args)
          A main method which acts as a entry point while executing a report via command line
private  void DocTimeReporter.splitBenchmarkFile(File benchmarkFile, File report)
          Provides the functionality to separate out pipeline specific benchmark entries in separate temporary benchmark files in a temporary folder in the current working directory.