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 VersionVersion. VZEROVersion V0.Methods in org.nuiton.version that return Version Modifier and Type Method Description static VersionVersions. addSnapshot(Version version)Create a version from the given one and set to it thesnapshotstate totrue.VersionVersionBuilder. build()VersionVersion. decrements(int componantPosition)Deprecated.useVersions.decrements(Version, int)insteadstatic VersionVersions. decrements(Version version, int componantPosition)Creates a new version from this one with the number componant decremented at the given position.static VersionVersions. extractVersion(Version version, int component)Create a new version containing a single component from a given version.static VersionVersions. extractVersion(Version version, int firstComponent, int lastComponent)Create a new version containing a sub set of component from a given version.VersionVersion. increments()Deprecated.use insteadVersions.increments(Version)VersionVersion. increments(char componantSeperator)Deprecated.use insteadVersions.increments(Version, char)VersionVersion. increments(int componantPosition)Deprecated.use insteadVersions.increments(Version, int)static VersionVersions. increments(Version version)Creates a new version from this one incremented.static VersionVersions. increments(Version version, char componantSeperator)Creates a new version from this one incremented.static VersionVersions. increments(Version version, int componantPosition)Creates a new version from this one with the number componant incremented at the given position.static VersionVersions. removeSnapshot(Version version)Create a version from the given one and set to it thesnapshotstate tofalse.static VersionVersions. 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 VersionVersions. addSnapshot(Version version)Create a version from the given one and set to it thesnapshotstate totrue.booleanVersion. after(Version o)booleanVersion. afterOrEquals(Version o)booleanVersion. before(Version o)booleanVersion. beforeOrequals(Version o)intVersionComparator. compare(Version o1, Version o2)intVersion. compareTo(Version o)static VersionBuilderVersionBuilder. create(Version version)static VersionVersions. decrements(Version version, int componantPosition)Creates a new version from this one with the number componant decremented at the given position.static VersionVersions. extractVersion(Version version, int component)Create a new version containing a single component from a given version.static VersionVersions. extractVersion(Version version, int firstComponent, int lastComponent)Create a new version containing a sub set of component from a given version.static VersionVersions. increments(Version version)Creates a new version from this one incremented.static VersionVersions. increments(Version version, char componantSeperator)Creates a new version from this one incremented.static VersionVersions. increments(Version version, int componantPosition)Creates a new version from this one with the number componant incremented at the given position.static VersionVersions. removeSnapshot(Version version)Create a version from the given one and set to it thesnapshotstate tofalse.
-