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 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 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, 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)
-