public class ReporterWriter extends Object
| Constructor and Description |
|---|
ReporterWriter(String outputDirectory,
org.utplsql.api.Version databaseVersion,
org.apache.maven.plugin.logging.Log log)
Constructor of the reporter writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addReporter(ReporterParameter parameter,
org.utplsql.api.reporter.Reporter reporter)
Adds a new reporter to the writter.
|
void |
writeReporters(Connection connection)
Writes the reporters to the output.
|
public ReporterWriter(String outputDirectory, org.utplsql.api.Version databaseVersion, org.apache.maven.plugin.logging.Log log)
outputDirectory - the reporter output directorydatabaseVersion - the utPLSQL framework versionlog - the Maven logpublic void addReporter(ReporterParameter parameter, org.utplsql.api.reporter.Reporter reporter)
parameter - the reporter parameterreporter - the reporter Objectpublic void writeReporters(Connection connection) throws org.apache.maven.plugin.MojoExecutionException
connection - the database connectionorg.apache.maven.plugin.MojoExecutionException - if any exception happensCopyright © 2021. All rights reserved.