Uses of Interface
org.owasp.dependencycheck.data.cpe.MemoryIndex
-
Packages that use MemoryIndex Package Description org.owasp.dependencycheck.analyzer Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.org.owasp.dependencycheck.data.cpe Contains classes for working with the CPE Lucene Index. -
-
Uses of MemoryIndex in org.owasp.dependencycheck.analyzer
Methods in org.owasp.dependencycheck.analyzer that return MemoryIndex Modifier and Type Method Description protected MemoryIndexCPEAnalyzer. getMemoryIndex()Returns the memory index.Methods in org.owasp.dependencycheck.analyzer with parameters of type MemoryIndex Modifier and Type Method Description protected voidCPEAnalyzer. setMemoryIndex(MemoryIndex idx)Sets the MemoryIndex. -
Uses of MemoryIndex in org.owasp.dependencycheck.data.cpe
Classes in org.owasp.dependencycheck.data.cpe that implement MemoryIndex Modifier and Type Class Description classAbstractMemoryIndexAn in memory Lucene index that contains the vendor/product combinations from the CPE (application) identifiers within the NVD CVE data.classCpeMemoryIndexAn in memory Lucene index that contains the vendor/product combinations from the CPE (application) identifiers within the NVD CVE data.classNpmCpeMemoryIndexAn in memory Lucene index that contains the vendor/product combinations from the CPE (application) identifiers within the NVD CVE data.
-