Uses of Interface
org.nuiton.version.Version.VersionComponant
-
-
Uses of Version.VersionComponant in org.nuiton.version
Classes in org.nuiton.version with type parameters of type Version.VersionComponant Modifier and Type Interface Description static interface
Version.VersionComponant<C extends Comparable<C>,V extends Version.VersionComponant>
Classes in org.nuiton.version that implement Version.VersionComponant Modifier and Type Class Description static class
Version.NumberVersionComponant
static class
Version.StringVersionComponant
Fields in org.nuiton.version with type parameters of type Version.VersionComponant Modifier and Type Field Description protected List<Version.VersionComponant>
Version. componants
List of componants of the version.Methods in org.nuiton.version that return Version.VersionComponant Modifier and Type Method Description Version.VersionComponant
Version. getComponant(int level)
protected Version.VersionComponant
Version. getLastComponant()
protected Version.VersionComponant
VersionBuilder. toVersionComponant(boolean numberState, String currentComponantStr)
Methods in org.nuiton.version that return types with arguments of type Version.VersionComponant Modifier and Type Method Description List<Version.VersionComponant>
Version. getComponants()
Method parameters in org.nuiton.version with type arguments of type Version.VersionComponant Modifier and Type Method Description protected static List<Comparable>
VersionBuilder. toComparableList(List<Version.VersionComponant> componants)
Constructor parameters in org.nuiton.version with type arguments of type Version.VersionComponant Constructor Description Version(List<Version.VersionComponant> componants, List<String> componantSeparators, boolean snapshot)
-