calculate Final Implementation Groups Map
fun calculateFinalImplementationGroupsMap(linkingFileMap: LinkingFileMap, outputPath: Path, runtime: AvailRuntime, topLevelLinkFolderPath: String): Int
Acquire all distinct implementations being directly exported or extended by this module and populate finalImplementationsGroupMap.
Return
The number of files to be created
Parameters
linking File Map
A map for all files in stacks
output Path
The path where the files will end up.
runtime
An runtime.
top Level Link Folder Path
The folder that the Avail documentation sits in above the providedDocumentPath.
Throws
If an I/O exception occurs.