Serialized Form
-
Package org.nuiton.version
-
Class org.nuiton.version.Version extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
componants
List<Version.VersionComponant> componants
List of componants of the version. -
componantSeparators
List<String> componantSeparators
List of separators of the version. -
snapshot
boolean snapshot
flag to define if version is a snapshot (if so a -SNAPSHOT is added at the end of the textual representation of the version).
-
-
Class org.nuiton.version.Version.NumberVersionComponant extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
Integer value
-
-
Class org.nuiton.version.Version.StringVersionComponant extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.nuiton.version.VersionComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-