Uses of Interface
com.io7m.changelog.core.CVersionStandardType
-
Packages that use CVersionStandardType Package Description com.io7m.changelog.core Core types. -
-
Uses of CVersionStandardType in com.io7m.changelog.core
Classes in com.io7m.changelog.core that implement CVersionStandardType Modifier and Type Class Description classCVersionStandardThe type of standard version numbers of the formM.N.P-S, whereMis the major version,Nis the minor version,Pis the patch number, andSis an arbitrary qualifier string.Methods in com.io7m.changelog.core with parameters of type CVersionStandardType Modifier and Type Method Description static CVersionStandardCVersionStandard. copyOf(CVersionStandardType instance)Creates an immutable copy of aCVersionStandardTypevalue.CVersionStandard.BuilderCVersionStandard.Builder. from(CVersionStandardType instance)Fill a builder with attribute values from the providedCVersionStandardTypeinstance.ACVersionVisitorType. standard(CVersionStandardType s)Visit aCVersionStandardType.
-