| Package | Description |
|---|---|
| org.nuiton.util.version |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.VZERO
Version V0.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Version> |
VersionConverter.getType() |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2004–2014 CodeLutin. All rights reserved.