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