- getBuild() - Method in class org.nuiton.version.SemVer
-
- getBuild(int) - Method in class org.nuiton.version.SemVer
-
Retourne un des composants de l'element version
- getBuildCount() - Method in class org.nuiton.version.SemVer
-
Donne le nombre de composante de la Prerelease
1.2.3 retourne 3
99.100 retourne 2
- getComponant(int) - Method in class org.nuiton.version.Version
-
- getComponantCount() - Method in class org.nuiton.version.Version
-
- getComponants() - Method in class org.nuiton.version.Version
-
- getComponantSeparators() - Method in class org.nuiton.version.Version
-
- getComposant(String, int) - Method in class org.nuiton.version.SemVer
-
Retourne un des composants de l'element version
- getComposantCount(String) - Method in class org.nuiton.version.SemVer
-
Donne le nombre de composante de l'element
1.2.3 retourne 3
99.100 retourne 2
- getCreator() - Method in class org.nuiton.version.SemVer
-
Retourne un objet creator initialise avec les donnees de ce SemVer
ce qui permet de creer un nouveau SemVer en modifiant un des elements
- getLastComponant() - Method in class org.nuiton.version.Version
-
- getMajor() - Method in class org.nuiton.version.SemVer
-
- getMinor() - Method in class org.nuiton.version.SemVer
-
- getNumberComponant(int) - Method in class org.nuiton.version.Version
-
- getPatch() - Method in class org.nuiton.version.SemVer
-
- getPrerelease() - Method in class org.nuiton.version.SemVer
-
- getPrerelease(int) - Method in class org.nuiton.version.SemVer
-
Retourne un des composants de l'element version
- getPrereleaseCount() - Method in class org.nuiton.version.SemVer
-
Donne le nombre de composante de la Prerelease
1.2.3 retourne 3
99.100 retourne 2
- getSnapshot() - Method in class org.nuiton.version.SemVer
-
- getTextComponant(int) - Method in class org.nuiton.version.Version
-
- getType() - Method in class org.nuiton.version.VersionConverter
-
- getValidName() - Method in class org.nuiton.version.Version
-
Convert the string representation to a java identifier compliant.
- getValue() - Method in class org.nuiton.version.Version.NumberVersionComponant
-
- getValue() - Method in class org.nuiton.version.Version.StringVersionComponant
-
- getValue() - Method in interface org.nuiton.version.Version.VersionComponant
-
- getVersion() - Method in class org.nuiton.version.SemVer
-
- getVersion(int) - Method in class org.nuiton.version.SemVer
-
Retourne un des composants de l'element version
- getVersion() - Method in class org.nuiton.version.Version
-
- getVersionCount() - Method in class org.nuiton.version.SemVer
-
Donne le nombre de composante de la version
1.2.3 retourne 3
99.100 retourne 2
- greaterThan(String, String) - Static method in class org.nuiton.version.Versions
-
Tests if the first version is greater than the second version.