Uses of Interface
com.io7m.changelog.core.CVersionTextType
-
Packages that use CVersionTextType Package Description com.io7m.changelog.core Core types. -
-
Uses of CVersionTextType in com.io7m.changelog.core
Classes in com.io7m.changelog.core that implement CVersionTextType Modifier and Type Class Description classCVersionTextThe type of arbitrary lexicographically ordered version strings.Methods in com.io7m.changelog.core with parameters of type CVersionTextType Modifier and Type Method Description static CVersionTextCVersionText. copyOf(CVersionTextType instance)Creates an immutable copy of aCVersionTextTypevalue.CVersionText.BuilderCVersionText.Builder. from(CVersionTextType instance)Fill a builder with attribute values from the providedCVersionTextTypeinstance.ACVersionVisitorType. text(CVersionTextType s)Visit aCVersionTextType.
-