PluginOwnership

data class PluginOwnership(val pluginId: String, val owningModulePath: String, val dependentModulePaths: Set<String>)(source)

Constructors

Link copied to clipboard
constructor(pluginId: String, owningModulePath: String, dependentModulePaths: Set<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard