applyModuleHeader

fun A_Module.applyModuleHeader(loader: AvailLoader, moduleHeader: ModuleHeader): String?

Update this module with information that has been accumulated in the given ModuleHeader.

Return

An error message String if there was a problem, or null if no problems were encountered.

Parameters

loader

The AvailLoader responsible for loading this module.

moduleHeader

The ModuleHeader containing information to transfer to this module.