Uses of Class
org.owasp.dependencycheck.exception.ReportException
-
Packages that use ReportException Package Description org.owasp.dependencycheck Includes the main entry point for dependency-check.org.owasp.dependencycheck.reporting Contains classes used to generate reports. -
-
Uses of ReportException in org.owasp.dependencycheck
Methods in org.owasp.dependencycheck that throw ReportException Modifier and Type Method Description voidEngine. writeReports(java.lang.String applicationName, @Nullable java.lang.String groupId, @Nullable java.lang.String artifactId, @Nullable java.lang.String version, @NotNull java.io.File outputDir, java.lang.String format)voidEngine. writeReports(java.lang.String applicationName, @Nullable java.lang.String groupId, @Nullable java.lang.String artifactId, @Nullable java.lang.String version, @NotNull java.io.File outputDir, java.lang.String format, ExceptionCollection exceptions)Writes the report to the given output directory.voidEngine. writeReports(java.lang.String applicationName, java.io.File outputDir, java.lang.String format)voidEngine. writeReports(java.lang.String applicationName, java.io.File outputDir, java.lang.String format, ExceptionCollection exceptions)Writes the report to the given output directory. -
Uses of ReportException in org.owasp.dependencycheck.reporting
Methods in org.owasp.dependencycheck.reporting that throw ReportException Modifier and Type Method Description protected voidReportGenerator. processTemplate(java.lang.String template, java.io.File file)Generates a report from a given Velocity Template.protected voidReportGenerator. processTemplate(java.lang.String templateName, java.io.OutputStream outputStream)Generates a report from a given Velocity Template.voidReportGenerator. write(java.lang.String outputLocation, java.lang.String format)Writes the dependency-check report to the given output location.voidReportGenerator. write(java.lang.String outputLocation, ReportGenerator.Format format)Writes the dependency-check report(s).
-