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