Uses of Class
tigase.util.Version
-
Packages that use Version Package Description tigase.util -
-
Uses of Version in tigase.util
Fields in tigase.util declared as Version Modifier and Type Field Description static VersionVersion. ZEROFields in tigase.util with type parameters of type Version Modifier and Type Field Description static Comparator<Version>Version. VERSION_COMPARATORMethods in tigase.util that return Version Modifier and Type Method Description VersionVersion.Builder. build()VersionVersion. getBaseVersion()VersionVersion. increment(Version.FIELD field, int amount)Method increments given field by the specified amountstatic VersionVersion. of(String str)Supports both tigase-server-7.2.0-SNAPSHOT-b4895-dist-max.tar.gz and version stringsMethods in tigase.util with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version that)Constructors in tigase.util with parameters of type Version Constructor Description Builder(Version version)
-