|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.util.VersionNumberUtil
VersionUtil instead.
@Deprecated public class VersionNumberUtil
Version,
VersionUtil| Constructor Summary | |
|---|---|
VersionNumberUtil()
Deprecated. |
|
| Method Summary | |
|---|---|
static boolean |
equals(String v1,
String v2)
Deprecated. Regarde l'egalité entre 2 numeros de version 1.2.0 et 1.2 ne sont pas egaux |
static boolean |
greaterThan(String v1,
String v2)
Deprecated. |
static String |
inc(String v)
Deprecated. Incremente le numero de version, seul le dernier constituant est incremente: 1.2.3.4 -> 1.2.3.5; null -> 1; 0 -> 1 |
protected static String |
normalize(String version)
Deprecated. |
static boolean |
smallerThan(String v1,
String v2)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersionNumberUtil()
| Method Detail |
|---|
protected static String normalize(String version)
public static boolean greaterThan(String v1,
String v2)
public static boolean equals(String v1,
String v2)
public static boolean smallerThan(String v1,
String v2)
public static String inc(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||