Uses of Class
com.avoka.core.util.ver.Version
-
Packages that use Version Package Description com.avoka.core.util.ver Provides version utility classes. -
-
Uses of Version in com.avoka.core.util.ver
Fields in com.avoka.core.util.ver declared as Version Modifier and Type Field Description static Version
Version. NEW_CORE_SERVICE_VERSION
New core service version default.static Version
Version. NEW_TEMPL_SERVICE_VERSION
New template service version default.Methods in com.avoka.core.util.ver that return Version Modifier and Type Method Description Version
Version. incrMinor()
Increment the minor version number and return a new Version object.Version
Version. incrPatch()
Increment the patch version number and return a new Version object.Methods in com.avoka.core.util.ver with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version otherVersion)
Compares this version with another version object.
-