Uses of Interface
com.io7m.changelog.core.CChangelogType
-
Packages that use CChangelogType Package Description com.io7m.changelog.core Core types. -
-
Uses of CChangelogType in com.io7m.changelog.core
Classes in com.io7m.changelog.core that implement CChangelogType Modifier and Type Class Description classCChangelogThe type of changelogs.Methods in com.io7m.changelog.core with parameters of type CChangelogType Modifier and Type Method Description static CChangelogCChangelog. copyOf(CChangelogType instance)Creates an immutable copy of aCChangelogTypevalue.CChangelog.BuilderCChangelog.Builder. from(CChangelogType instance)Fill a builder with attribute values from the providedCChangelogTypeinstance.
-