Uses of Interface
org.owasp.dependencycheck.data.update.CachedWebDataSource
Packages that use CachedWebDataSource
Package
Description
Contains classes used to update the data stores.
The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them.
The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them.
-
Uses of CachedWebDataSource in org.owasp.dependencycheck.data.update
Classes in org.owasp.dependencycheck.data.update that implement CachedWebDataSourceModifier and TypeClassDescriptionclassChecks the gh-pages dependency-check site to determine the current released version number.classclassclassclassclassDownloads a local copy of the RetireJS repository.Methods in org.owasp.dependencycheck.data.update that return types with arguments of type CachedWebDataSourceModifier and TypeMethodDescriptionUpdateService.getDataSources()Returns an Iterator for all instances of the CachedWebDataSource interface.