Uses of Class
org.owasp.dependencycheck.dependency.EvidenceType
-
Packages that use EvidenceType Package Description org.owasp.dependencycheck.analyzer Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.org.owasp.dependencycheck.dependency Contains the core Dependency implementation. -
-
Uses of EvidenceType in org.owasp.dependencycheck.analyzer
Methods in org.owasp.dependencycheck.analyzer with parameters of type EvidenceType Modifier and Type Method Description protected static voidAssemblyAnalyzer. addMatchingValues(java.util.List<java.lang.String> packages, java.lang.String value, Dependency dep, EvidenceType type)Cycles through the collection of class name information to see if parts of the package names are contained in the provided value.protected static voidJarAnalyzer. addMatchingValues(java.util.List<JarAnalyzer.ClassNameInformation> classes, java.lang.String value, Dependency dep, EvidenceType type)Cycles through the collection of class name information to see if parts of the package names are contained in the provided value. -
Uses of EvidenceType in org.owasp.dependencycheck.dependency
Methods in org.owasp.dependencycheck.dependency that return EvidenceType Modifier and Type Method Description static EvidenceTypeEvidenceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EvidenceType[]EvidenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-