Searched refs:projectDirectory (Results 1 – 1 of 1) sorted by relevance
50 public ReportGenerator(final File projectDirectory) { in ReportGenerator() argument51 this.title = projectDirectory.getName(); in ReportGenerator()52 this.executionDataFile = new File(projectDirectory, "jacoco.exec"); in ReportGenerator()53 this.classesDirectory = new File(projectDirectory, "bin"); in ReportGenerator()54 this.sourceDirectory = new File(projectDirectory, "src"); in ReportGenerator()55 this.reportDirectory = new File(projectDirectory, "coveragereport"); in ReportGenerator()