Uses of Class
org.owasp.dependencycheck.utils.DependencyVersion
-
Packages that use DependencyVersion Package Description org.owasp.dependencycheck.utils Includes various utility classes such as a Settings wrapper, a Checksum utility, etc. -
-
Uses of DependencyVersion in org.owasp.dependencycheck.utils
Methods in org.owasp.dependencycheck.utils that return DependencyVersion Modifier and Type Method Description static DependencyVersion
DependencyVersionUtil. parseVersion(java.lang.String text)
A utility class to extract version numbers from file names (or other strings containing version numbers.static DependencyVersion
DependencyVersionUtil. parseVersion(java.lang.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 DependencyVersion Modifier and Type Method Description int
DependencyVersion. compareTo(@NotNull DependencyVersion version)
boolean
DependencyVersion. matchesAtLeastThreeLevels(DependencyVersion version)
Determines if the three most major major version parts are identical.
-