Uses of Interface
com.io7m.changelog.core.CModuleNameType
-
Packages that use CModuleNameType Package Description com.io7m.changelog.core Core types. -
-
Uses of CModuleNameType in com.io7m.changelog.core
Classes in com.io7m.changelog.core that implement CModuleNameType Modifier and Type Class Description classCModuleNameThe type of module names.Methods in com.io7m.changelog.core with parameters of type CModuleNameType Modifier and Type Method Description static CModuleNameCModuleName. copyOf(CModuleNameType instance)Creates an immutable copy of aCModuleNameTypevalue.CModuleName.BuilderCModuleName.Builder. from(CModuleNameType instance)Fill a builder with attribute values from the providedCModuleNameTypeinstance.
-