Uses of Interface
com.io7m.changelog.core.CChangeType
-
Packages that use CChangeType Package Description com.io7m.changelog.core Core types. -
-
Uses of CChangeType in com.io7m.changelog.core
Classes in com.io7m.changelog.core that implement CChangeType Modifier and Type Class Description classCChangeA change within a specific release.Methods in com.io7m.changelog.core with parameters of type CChangeType Modifier and Type Method Description static CChangeCChange. copyOf(CChangeType instance)Creates an immutable copy of aCChangeTypevalue.CChange.BuilderCChange.Builder. from(CChangeType instance)Fill a builder with attribute values from the providedCChangeTypeinstance.
-