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