public interface CachedWebDataSource
| Modifier and Type | Method and Description |
|---|---|
boolean |
purge(Engine engine)
Deletes any locally cached data.
|
boolean |
update(Engine engine)
Determines if an update to the current data store is needed, if it is the
new data is downloaded from the Internet and imported into the current
cached data store.
|
boolean update(Engine engine) throws UpdateException
engine - a reference to the dependency-check engineUpdateException - is thrown if there is an exception downloading
the data or updating the data store.boolean purge(Engine engine)
engine - a reference to the dependency-check enginetrue if the purge was successful; otherwise
falseCopyright © 2012–2020 OWASP. All rights reserved.