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