Uses of Class
org.owasp.dependencycheck.Engine

Packages that use Engine
Package
Description
Includes the main entry point for dependency-check.
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.
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
Contains classes used to update the data stores.

The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them.
Classes used to process the output of external tools.
Includes various utility classes such as a Settings wrapper, a Checksum utility, etc.