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.VersionComponantModifier and TypeInterfaceDescriptionstatic interfaceVersion.VersionComponant<C extends Comparable<C>, V extends Version.VersionComponant>Classes in org.nuiton.version that implement Version.VersionComponantModifier and TypeClassDescriptionstatic classstatic classFields in org.nuiton.version with type parameters of type Version.VersionComponantModifier and TypeFieldDescriptionprotected final List<Version.VersionComponant> Version.componantsList of componants of the version.Methods in org.nuiton.version that return Version.VersionComponantModifier and TypeMethodDescriptionVersion.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.VersionComponantMethod parameters in org.nuiton.version with type arguments of type Version.VersionComponantModifier and TypeMethodDescriptionprotected static List<Comparable> VersionBuilder.toComparableList(List<Version.VersionComponant> componants) Constructor parameters in org.nuiton.version with type arguments of type Version.VersionComponantModifierConstructorDescriptionprotectedVersion(List<Version.VersionComponant> componants, List<String> componantSeparators, boolean snapshot)