| Package | Description |
|---|---|
| org.owasp.dependencycheck |
Includes the main entry point for dependency-check.
|
| org.owasp.dependencycheck.reporting |
Contains classes used to generate reports.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.writeReports(String applicationName,
File outputDir,
String format)
|
void |
Engine.writeReports(String applicationName,
File outputDir,
String format,
ExceptionCollection exceptions)
Writes the report to the given output directory.
|
void |
Engine.writeReports(String applicationName,
@Nullable String groupId,
@Nullable String artifactId,
@Nullable String version,
@NotNull File outputDir,
String format)
|
void |
Engine.writeReports(String applicationName,
@Nullable String groupId,
@Nullable String artifactId,
@Nullable String version,
@NotNull File outputDir,
String format,
ExceptionCollection exceptions)
Writes the report to the given output directory.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReportGenerator.processTemplate(String template,
File file)
Generates a report from a given Velocity Template.
|
protected void |
ReportGenerator.processTemplate(String templateName,
OutputStream outputStream)
Generates a report from a given Velocity Template.
|
void |
ReportGenerator.write(String outputLocation,
ReportGenerator.Format format)
Writes the dependency-check report(s).
|
void |
ReportGenerator.write(String outputLocation,
String format)
Writes the dependency-check report to the given output location.
|
Copyright © 2012–2020 OWASP. All rights reserved.