Uses of Class
top.focess.util.version.Version
-
Packages that use Version Package Description top.focess.util.version -
-
Uses of Version in top.focess.util.version
Fields in top.focess.util.version declared as Version Modifier and Type Field Description static VersionVersion. ALPHA_VERSIONRepresents an alpha version of a plugin.static VersionVersion. BETA_VERSIONRepresents a beta version of a plugin.static VersionVersion. BUILD_VERSIONRepresents a build version of a plugin.static VersionVersion. DEFAULT_VERSIONRepresents a default release version of a plugin.Methods in top.focess.util.version that return Version Modifier and Type Method Description static VersionVersion. deserialize(Map<String,Object> map)Methods in top.focess.util.version with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version version)booleanVersion. higher(@NonNull Version version)Indicate whether this version is greater than the specified versionbooleanVersion. lower(@NonNull Version version)Indicate whether this version is lower than the specified version
-