Uses of Class
org.owasp.dependencycheck.exception.ExceptionCollection
-
Packages that use ExceptionCollection 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 ExceptionCollection in org.owasp.dependencycheck
Methods in org.owasp.dependencycheck with parameters of type ExceptionCollection Modifier and Type Method Description void
Engine. 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.void
Engine. writeReports(java.lang.String applicationName, java.io.File outputDir, java.lang.String format, ExceptionCollection exceptions)
Writes the report to the given output directory.Methods in org.owasp.dependencycheck that throw ExceptionCollection Modifier and Type Method Description void
Engine. analyzeDependencies()
Runs the analyzers against all of the dependencies.protected void
Engine. executeAnalysisTasks(@NotNull Analyzer analyzer, java.util.List<java.lang.Throwable> exceptions)
Executes executes the analyzer using multiple threads. -
Uses of ExceptionCollection in org.owasp.dependencycheck.reporting
Constructors in org.owasp.dependencycheck.reporting with parameters of type ExceptionCollection Constructor Description ReportGenerator(java.lang.String applicationName, java.lang.String groupID, java.lang.String artifactID, java.lang.String version, java.util.List<Dependency> dependencies, java.util.List<Analyzer> analyzers, DatabaseProperties properties, Settings settings, ExceptionCollection exceptions)
Constructs a new ReportGenerator.ReportGenerator(java.lang.String applicationName, java.util.List<Dependency> dependencies, java.util.List<Analyzer> analyzers, DatabaseProperties properties, Settings settings, ExceptionCollection exceptions)
Constructs a new ReportGenerator.
-