Uses of Class
com.zetaplugins.zetacore.services.updatechecker.SemanticVersion
Packages that use SemanticVersion
-
Uses of SemanticVersion in com.zetaplugins.zetacore.services.updatechecker
Methods in com.zetaplugins.zetacore.services.updatechecker that return SemanticVersionModifier and TypeMethodDescriptionSemanticVersion.setMajor(int major) SemanticVersion.setMinor(int minor) SemanticVersion.setPatch(int patch) Methods in com.zetaplugins.zetacore.services.updatechecker with parameters of type SemanticVersionModifier and TypeMethodDescriptionintSemanticVersion.compareTo(@NotNull SemanticVersion o) booleanSemanticVersion.isGreaterThan(SemanticVersion other) Checks if this version is greater than the other version.booleanSemanticVersion.isLessThan(SemanticVersion other) Checks if this version is less than the other version.