| Package | Description |
|---|---|
| org.nuiton.util.version |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.VZERO
Version V0.
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
Versions.addSnapshot(Version version)
Create a version from the given one and set to it the
snapshot state to true. |
Version |
VersionBuilder.build() |
Version |
Version.decrements(int componantPosition)
Creates a new version from this one with the number componant decremented at the given position.
|
Version |
Version.increments()
Creates a new version from this one incremented.
|
Version |
Version.increments(char componantSeperator)
Creates a new version from this one incremented.
|
Version |
Version.increments(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 the
snapshot state to false. |
static Version |
Versions.valueOf(String version)
Shortcut method to get a version from his string representation.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Version> |
VersionConverter.getType() |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Versions.addSnapshot(Version version)
Create a version from the given one and set to it the
snapshot state to true. |
boolean |
Version.after(Version o) |
boolean |
Version.before(Version o) |
int |
VersionComparator.compare(Version o1,
Version o2) |
int |
Version.compareTo(Version o) |
static VersionBuilder |
VersionBuilder.create(Version version) |
static Version |
Versions.removeSnapshot(Version version)
Create a version from the given one and set to it the
snapshot state to false. |
Copyright © 2004–2014 CodeLutin. All rights reserved.