Uses of Class
org.owasp.dependencycheck.utils.DependencyVersion
Packages that use DependencyVersion
Package
Description
Includes various utility classes such as a Settings wrapper, a Checksum utility, etc.
-
Uses of DependencyVersion in org.owasp.dependencycheck.utils
Classes in org.owasp.dependencycheck.utils that implement interfaces with type arguments of type DependencyVersionModifier and TypeClassDescriptionclassSimple object to track the parts of a version number.Methods in org.owasp.dependencycheck.utils that return DependencyVersionModifier and TypeMethodDescriptionstatic DependencyVersionDependencyVersionUtil.parseVersion(String text) A utility class to extract version numbers from file names (or other strings containing version numbers.static DependencyVersionDependencyVersionUtil.parseVersion(String text, boolean firstMatchOnly) A utility class to extract version numbers from file names (or other strings containing version numbers.Methods in org.owasp.dependencycheck.utils with parameters of type DependencyVersionModifier and TypeMethodDescriptionintDependencyVersion.compareTo(@NonNull DependencyVersion version) booleanDependencyVersion.matchesAtLeastThreeLevels(DependencyVersion version) Determines if the three most major major version parts are identical.