Uses of Class
org.owasp.dependencycheck.data.central.CentralSearch
-
Packages that use CentralSearch Package Description org.owasp.dependencycheck.analyzer Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies. -
-
Uses of CentralSearch in org.owasp.dependencycheck.analyzer
Methods in org.owasp.dependencycheck.analyzer with parameters of type CentralSearch Modifier and Type Method Description protected voidCentralAnalyzer. setCentralSearch(CentralSearch searcher)Method used by unit tests to setup the analyzer.
-