write
public void write(java.util.Set<java.io.File> sourceDirs,
java.io.File reportDir,
scoverage.domain.Coverage coverage,
java.lang.String sourceEncoding,
java.lang.Boolean coverageOutputCobertura,
java.lang.Boolean coverageOutputXML,
java.lang.Boolean coverageOutputHTML,
java.lang.Boolean coverageDebug)
throws java.lang.ClassNotFoundException,
java.lang.NoSuchMethodException,
java.lang.reflect.InvocationTargetException,
java.lang.IllegalAccessException,
java.lang.InstantiationException
Generates all reports from given data.
- Parameters:
sourceDirs - directories with project sources
reportDir - directory for generate reports
coverage - coverage data
sourceEncoding - the encoding of the source files
coverageOutputCobertura - switch for Cobertura output
coverageOutputXML - switch for Scoverage XML output
coverageOutputHTML - switch for Scoverage HTML output
coverageDebug - switch for Scoverage Debug output
- Throws:
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
java.lang.InstantiationException