Uses of Class
org.owasp.dependencycheck.data.nvd.ecosystem.DescriptionKeywordHint
-
Packages that use DescriptionKeywordHint Package Description org.owasp.dependencycheck.data.nvd.ecosystem Contains utility classes used to identify the ecosystem for CPEs from the NVD. -
-
Uses of DescriptionKeywordHint in org.owasp.dependencycheck.data.nvd.ecosystem
Methods in org.owasp.dependencycheck.data.nvd.ecosystem that return DescriptionKeywordHint Modifier and Type Method Description static DescriptionKeywordHintDescriptionKeywordHint. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DescriptionKeywordHint[]DescriptionKeywordHint. values()Returns an array containing the constants of this enum type, in the order they are declared.
-