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 interfaceVersion.VersionComponant<C extends java.lang.Comparable<C>,V extends Version.VersionComponant>Classes in org.nuiton.version that implement Version.VersionComponant Modifier and Type Class Description static classVersion.NumberVersionComponantstatic classVersion.StringVersionComponantFields in org.nuiton.version with type parameters of type Version.VersionComponant Modifier and Type Field Description protected java.util.List<Version.VersionComponant>Version. componantsList of componants of the version.Methods in org.nuiton.version that return Version.VersionComponant Modifier and Type Method Description Version.VersionComponantVersion. getComponant(int level)protected Version.VersionComponantVersion. getLastComponant()protected Version.VersionComponantVersionBuilder. toVersionComponant(boolean numberState, java.lang.String currentComponantStr)Methods in org.nuiton.version that return types with arguments of type Version.VersionComponant Modifier and Type Method Description java.util.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 java.util.List<java.lang.Comparable>VersionBuilder. toComparableList(java.util.List<Version.VersionComponant> componants)Constructor parameters in org.nuiton.version with type arguments of type Version.VersionComponant Constructor Description Version(java.util.List<Version.VersionComponant> componants, java.util.List<java.lang.String> componantSeparators, boolean snapshot)