Uses of Class
org.nuiton.version.Version
-
Uses of Version in org.nuiton.version
Classes in org.nuiton.version that implement interfaces with type arguments of type VersionModifier and TypeClassDescriptionclassA class to represent a version.classComparator ofVersion.classTo convertVersionusingConverterAPI.Fields in org.nuiton.version declared as VersionMethods in org.nuiton.version that return VersionModifier and TypeMethodDescriptionstatic VersionVersions.addSnapshot(Version version) Create a version from the given one and set to it thesnapshotstate totrue.VersionBuilder.build()Version.decrements(int componantPosition) Deprecated.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.Version.increments()Deprecated.use insteadVersions.increments(Version)Version.increments(char componantSeperator) Deprecated.use insteadVersions.increments(Version, char)Version.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 VersionShortcut method to get a version from his string representation.Methods in org.nuiton.version that return types with arguments of type VersionMethods in org.nuiton.version with parameters of type VersionModifier and TypeMethodDescriptionstatic VersionVersions.addSnapshot(Version version) Create a version from the given one and set to it thesnapshotstate totrue.booleanbooleanVersion.afterOrEquals(Version o) booleanbooleanVersion.beforeOrequals(Version o) intintstatic VersionBuilderstatic 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.
Versions.decrements(Version, int)instead