Package me.ulrich.outpost.utils
Class VersionUtil
java.lang.Object
me.ulrich.outpost.utils.VersionUtil
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanis(@NotNull VersionUtil.VersionEnum ve) static booleanisAbove(@NotNull VersionUtil.VersionEnum ve) static booleanisBelow(@NotNull VersionUtil.VersionEnum ve) static booleanisBetween(@NotNull VersionUtil.VersionEnum ve1, @NotNull VersionUtil.VersionEnum ve2) static booleanisCompatible(@NotNull VersionUtil.VersionEnum ve)
-
Field Details
-
VERSION
-
CLEAN_VERSION
-
BUILD_VERSION
-
-
Constructor Details
-
VersionUtil
public VersionUtil()
-
-
Method Details
-
is
-
isCompatible
-
isAbove
-
isBelow
-
isBetween
public static boolean isBetween(@NotNull @NotNull VersionUtil.VersionEnum ve1, @NotNull @NotNull VersionUtil.VersionEnum ve2)
-