Uses of Class
org.owasp.dependencycheck.data.cpe.NpmCpeMemoryIndex
-
Packages that use NpmCpeMemoryIndex Package Description org.owasp.dependencycheck.data.cpe Contains classes for working with the CPE Lucene Index. -
-
Uses of NpmCpeMemoryIndex in org.owasp.dependencycheck.data.cpe
Methods in org.owasp.dependencycheck.data.cpe that return NpmCpeMemoryIndex Modifier and Type Method Description static NpmCpeMemoryIndexNpmCpeMemoryIndex. getInstance()Gets the singleton instance of the CpeMemoryIndex.
-