Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.hotreload
/
PluginOwnership
Plugin
Ownership
data
class
PluginOwnership
(
val
pluginId
:
String
,
val
owningModulePath
:
String
,
val
dependentModulePaths
:
Set
<
String
>
)
(
source
)
Members
Constructors
Plugin
Ownership
Link copied to clipboard
constructor
(
pluginId
:
String
,
owningModulePath
:
String
,
dependentModulePaths
:
Set
<
String
>
)
Properties
dependent
Module
Paths
Link copied to clipboard
val
dependentModulePaths
:
Set
<
String
>
owning
Module
Path
Link copied to clipboard
val
owningModulePath
:
String
plugin
Id
Link copied to clipboard
val
pluginId
:
String