Uses of Class
io.ultreia.java4all.util.Version
-
Packages that use Version Package Description io.ultreia.java4all.util -
-
Uses of Version in io.ultreia.java4all.util
Fields in io.ultreia.java4all.util declared as Version Modifier and Type Field Description static VersionVersion. VZEROVersion V0.Methods in io.ultreia.java4all.util that return Version Modifier and Type Method Description static VersionVersion. addSnapshot(Version version)Create a version from the given one and set to it thesnapshotstate totrue.VersionVersion.VersionBuilder. build()static VersionVersion. decrements(Version version, int componentPosition)Creates a new version from this one with the number component decremented at the given position.static VersionVersion. extractVersion(Version version, int component)Create a new version containing a single component from a given version.static VersionVersion. extractVersion(Version version, int firstComponent, int lastComponent)Create a new version containing a sub set of component from a given version.static VersionVersion. increments(Version version)Creates a new version from this one incremented.static VersionVersion. increments(Version version, char componentSeparator)Creates a new version from this one incremented.static VersionVersion. increments(Version version, int componentPosition)Creates a new version from this one with the number component incremented at the given position.static VersionVersion. removeSnapshot(Version version)Create a version from the given one and set to it thesnapshotstate tofalse.static VersionVersion. valueOf(String version)Shortcut method to get a version from his string representation.Methods in io.ultreia.java4all.util with parameters of type Version Modifier and Type Method Description static VersionVersion. 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)intVersion.VersionComparator. compare(Version o1, Version o2)intVersion. compareTo(Version o)static Version.VersionBuilderVersion. create(Version version)static VersionVersion. decrements(Version version, int componentPosition)Creates a new version from this one with the number component decremented at the given position.static VersionVersion. extractVersion(Version version, int component)Create a new version containing a single component from a given version.static VersionVersion. extractVersion(Version version, int firstComponent, int lastComponent)Create a new version containing a sub set of component from a given version.static VersionVersion. increments(Version version)Creates a new version from this one incremented.static VersionVersion. increments(Version version, char componentSeparator)Creates a new version from this one incremented.static VersionVersion. increments(Version version, int componentPosition)Creates a new version from this one with the number component incremented at the given position.static VersionVersion. removeSnapshot(Version version)Create a version from the given one and set to it thesnapshotstate tofalse.
-