| Package | Description |
|---|---|
| org.owasp.dependencycheck.utils |
Includes various utility classes such as a Settings wrapper, a Checksum utility, etc.
|
| Modifier and Type | Method and Description |
|---|---|
static DependencyVersion |
DependencyVersionUtil.parseVersion(String text)
A utility class to extract version numbers from file names (or other
strings containing version numbers.
|
static DependencyVersion |
DependencyVersionUtil.parseVersion(String text,
boolean firstMatchOnly)
A utility class to extract version numbers from file names (or other
strings containing version numbers.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DependencyVersion.compareTo(@NotNull DependencyVersion version) |
boolean |
DependencyVersion.matchesAtLeastThreeLevels(DependencyVersion version)
Determines if the three most major major version parts are identical.
|
Copyright © 2012–2020 OWASP. All rights reserved.