Uses of Class
org.owasp.dependencycheck.exception.ExceptionCollection
Packages that use ExceptionCollection
Package
Description
Includes the main entry point for dependency-check.
Contains classes used to generate reports.
-
Uses of ExceptionCollection in org.owasp.dependencycheck
Methods in org.owasp.dependencycheck with parameters of type ExceptionCollectionModifier and TypeMethodDescriptionvoidEngine.writeReports(String applicationName, File outputDir, String format, ExceptionCollection exceptions) Writes the report to the given output directory.voidEngine.writeReports(String applicationName, @Nullable String groupId, @Nullable String artifactId, @Nullable String version, @NonNull File outputDir, String format, ExceptionCollection exceptions) Writes the report to the given output directory.Methods in org.owasp.dependencycheck that throw ExceptionCollectionModifier and TypeMethodDescriptionvoidEngine.analyzeDependencies()Runs the analyzers against all of the dependencies.protected voidEngine.executeAnalysisTasks(@NonNull Analyzer analyzer, List<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 ExceptionCollectionModifierConstructorDescriptionReportGenerator(String applicationName, String groupID, String artifactID, String version, List<Dependency> dependencies, List<Analyzer> analyzers, DatabaseProperties properties, Settings settings, ExceptionCollection exceptions) Constructs a new ReportGenerator.ReportGenerator(String applicationName, List<Dependency> dependencies, List<Analyzer> analyzers, DatabaseProperties properties, Settings settings, ExceptionCollection exceptions) Constructs a new ReportGenerator.