@FunctionalInterface public static interface UpdateChecker.VersionScheme
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
compareVersions(@NotNull String first,
@NotNull String second)
Compare two versions and return the higher of the two.
|
@Nullable @Nullable String compareVersions(@NotNull @NotNull String first, @NotNull @NotNull String second)
first - the first version to checksecond - the second version to checkCopyright © 2023. All rights reserved.