Uses of Class
org.nuiton.version.Version
-
-
Uses of Version in org.nuiton.version
Fields in org.nuiton.version declared as Version Modifier and Type Field Description static Version
Version. VZERO
Version V0.Methods in org.nuiton.version that return Version Modifier and Type Method Description static Version
Versions. addSnapshot(Version version)
Create a version from the given one and set to it thesnapshot
state totrue
.Version
VersionBuilder. build()
Version
Version. decrements(int componantPosition)
Deprecated.useVersions.decrements(Version, int)
insteadstatic Version
Versions. decrements(Version version, int componantPosition)
Creates a new version from this one with the number componant decremented at the given position.static Version
Versions. extractVersion(Version version, int component)
Create a new version containing a single component from a given version.static Version
Versions. extractVersion(Version version, int firstComponent, int lastComponent)
Create a new version containing a sub set of component from a given version.Version
Version. increments()
Deprecated.use insteadVersions.increments(Version)
Version
Version. increments(char componantSeperator)
Deprecated.use insteadVersions.increments(Version, char)
Version
Version. increments(int componantPosition)
Deprecated.use insteadVersions.increments(Version, int)
static Version
Versions. increments(Version version)
Creates a new version from this one incremented.static Version
Versions. increments(Version version, char componantSeperator)
Creates a new version from this one incremented.static Version
Versions. increments(Version version, int componantPosition)
Creates a new version from this one with the number componant incremented at the given position.static Version
Versions. removeSnapshot(Version version)
Create a version from the given one and set to it thesnapshot
state tofalse
.static Version
Versions. valueOf(String version)
Shortcut method to get a version from his string representation.Methods in org.nuiton.version that return types with arguments of type Version Modifier and Type Method Description Class<Version>
VersionConverter. getType()
Methods in org.nuiton.version with parameters of type Version Modifier and Type Method Description static Version
Versions. addSnapshot(Version version)
Create a version from the given one and set to it thesnapshot
state totrue
.boolean
Version. after(Version o)
boolean
Version. afterOrEquals(Version o)
boolean
Version. before(Version o)
boolean
Version. beforeOrequals(Version o)
int
VersionComparator. compare(Version o1, Version o2)
int
Version. compareTo(Version o)
static VersionBuilder
VersionBuilder. create(Version version)
static Version
Versions. decrements(Version version, int componantPosition)
Creates a new version from this one with the number componant decremented at the given position.static Version
Versions. extractVersion(Version version, int component)
Create a new version containing a single component from a given version.static Version
Versions. extractVersion(Version version, int firstComponent, int lastComponent)
Create a new version containing a sub set of component from a given version.static Version
Versions. increments(Version version)
Creates a new version from this one incremented.static Version
Versions. increments(Version version, char componantSeperator)
Creates a new version from this one incremented.static Version
Versions. increments(Version version, int componantPosition)
Creates a new version from this one with the number componant incremented at the given position.static Version
Versions. removeSnapshot(Version version)
Create a version from the given one and set to it thesnapshot
state tofalse
.
-