Uses of Class
org.owasp.dependencycheck.data.cpe.AbstractMemoryIndex
-
Packages that use AbstractMemoryIndex Package Description org.owasp.dependencycheck.data.cpe Contains classes for working with the CPE Lucene Index. -
-
Uses of AbstractMemoryIndex in org.owasp.dependencycheck.data.cpe
Subclasses of AbstractMemoryIndex in org.owasp.dependencycheck.data.cpe Modifier and Type Class Description 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.Methods in org.owasp.dependencycheck.data.cpe that return AbstractMemoryIndex Modifier and Type Method Description protected abstract AbstractMemoryIndexAbstractMemoryIndex. instance()Returns a reference to the instance.protected AbstractMemoryIndexCpeMemoryIndex. instance()Gets the singleton instance of the CpeMemoryIndex.protected AbstractMemoryIndexNpmCpeMemoryIndex. instance()Gets the singleton instance of the NpmCpeMemoryIndex.
-