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