Uses of Class
org.apache.sis.util.Version
-
Packages that use Version Package Description org.apache.sis.util Simple data objects and miscellaneous utilities. -
-
Uses of Version in org.apache.sis.util
Fields in org.apache.sis.util declared as Version Modifier and Type Field Description static VersionVersion. SISThe version of this Apache SIS distribution.Methods in org.apache.sis.util that return Version Modifier and Type Method Description static VersionVersion. valueOf(int... components)Returns an instance for the given integer values.Methods in org.apache.sis.util with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version other)Compares this version with an other version object.intVersion. compareTo(Version other, int limit)Compares this version with an other version object, up to the specified limit.
-