Uses of Class
org.owasp.dependencycheck.reporting.ReportGenerator.Format
-
Packages that use ReportGenerator.Format 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. -
-
Uses of ReportGenerator.Format in org.owasp.dependencycheck.agent
Methods in org.owasp.dependencycheck.agent that return ReportGenerator.Format Modifier and Type Method Description ReportGenerator.FormatDependencyCheckScanAgent. getReportFormat()Get the value of reportFormat.Methods in org.owasp.dependencycheck.agent with parameters of type ReportGenerator.Format Modifier and Type Method Description voidDependencyCheckScanAgent. setReportFormat(ReportGenerator.Format reportFormat)Set the value of reportFormat. -
Uses of ReportGenerator.Format in org.owasp.dependencycheck.reporting
Methods in org.owasp.dependencycheck.reporting that return ReportGenerator.Format Modifier and Type Method Description static ReportGenerator.FormatReportGenerator.Format. valueOf(java.lang.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.Methods in org.owasp.dependencycheck.reporting with parameters of type ReportGenerator.Format Modifier and Type Method Description static java.io.FileReportGenerator. getReportFile(java.lang.String outputLocation, ReportGenerator.Format format)Determines the report file name based on the give output location and format.voidReportGenerator. write(java.lang.String outputLocation, ReportGenerator.Format format)Writes the dependency-check report(s).
-