Class UpdateService
- java.lang.Object
-
- org.owasp.dependencycheck.data.update.UpdateService
-
@NotThreadSafe public class UpdateService extends java.lang.Object
The CachedWebDataSource Service Loader. This class loads all services that implementCachedWebDataSource
.- Author:
- Jeremy Long
-
-
Constructor Summary
Constructors Constructor Description UpdateService(java.lang.ClassLoader classLoader)
Creates a new instance of UpdateService.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<CachedWebDataSource>
getDataSources()
Returns an Iterator for all instances of the CachedWebDataSource interface.
-
-
-
Method Detail
-
getDataSources
public java.util.Iterator<CachedWebDataSource> getDataSources()
Returns an Iterator for all instances of the CachedWebDataSource interface.- Returns:
- an iterator of CachedWebDataSource.
-
-