KmPackageParts

class KmPackageParts(val fileFacades: MutableList<String>, val multiFileClassParts: MutableMap<String, String>)

Collection of all single- and multi-file facades in a package of some module.

Packages are separated by '/' in the names of file facades.

Constructors

Link copied to clipboard
constructor(fileFacades: MutableList<String>, multiFileClassParts: MutableMap<String, String>)

Properties

Link copied to clipboard

the list of single-file facades in this package

Link copied to clipboard

the map of multi-file classes where keys are names of multi-file class parts, and values are names of the corresponding multi-file facades