Uses of Class
craterdog.primitives.VersionString
-
Uses of VersionString in craterdog.primitives
Methods in craterdog.primitives that return VersionStringModifier and TypeMethodDescriptionstatic VersionString
VersionString.getNewVersion(VersionString version, int depth)
This method returns a new version number in the series by incrementing the version at the specified depth and truncating the rest of the version numbers.static VersionString
VersionString.getNextVersion(VersionString version)
This function returns the next version number in the series for the specified version.Methods in craterdog.primitives with parameters of type VersionStringModifier and TypeMethodDescriptionint
VersionString.compareTo(VersionString that)
static VersionString
VersionString.getNewVersion(VersionString version, int depth)
This method returns a new version number in the series by incrementing the version at the specified depth and truncating the rest of the version numbers.static VersionString
VersionString.getNextVersion(VersionString version)
This function returns the next version number in the series for the specified version.