Class UpdateService
java.lang.Object
org.owasp.dependencycheck.data.update.UpdateService
The CachedWebDataSource Service Loader. This class loads all services that
implement
CachedWebDataSource.- Author:
- Jeremy Long
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateService(ClassLoader classLoader) Creates a new instance of UpdateService. -
Method Summary
Modifier and TypeMethodDescriptionReturns an Iterator for all instances of the CachedWebDataSource interface.
-
Constructor Details
-
UpdateService
Creates a new instance of UpdateService.- Parameters:
classLoader- the ClassLoader to use when dynamically loading Analyzer and Update services
-
-
Method Details
-
getDataSources
Returns an Iterator for all instances of the CachedWebDataSource interface.- Returns:
- an iterator of CachedWebDataSource.
-