| Package | Description |
|---|---|
| org.owasp.dependencycheck.agent |
The agent package holds an agent API that can be used by other applications that have information about dependencies; but would
rather implement something in their code directly rather then spawn a process to run the entire dependency-check engine.
|
| org.owasp.dependencycheck.reporting |
Contains classes used to generate reports.
|
| Modifier and Type | Method and Description |
|---|---|
ReportGenerator.Format |
DependencyCheckScanAgent.getReportFormat()
Get the value of reportFormat.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyCheckScanAgent.setReportFormat(ReportGenerator.Format reportFormat)
Set the value of reportFormat.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportGenerator.Format |
ReportGenerator.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportGenerator.Format[] |
ReportGenerator.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static File |
ReportGenerator.getReportFile(String outputLocation,
ReportGenerator.Format format)
Determines the report file name based on the give output location and
format.
|
void |
ReportGenerator.write(String outputLocation,
ReportGenerator.Format format)
Writes the dependency-check report(s).
|
Copyright © 2012–2020 OWASP. All rights reserved.