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
/
ClassifiedModuleChange
Classified
Module
Change
data
class
ClassifiedModuleChange
(
val
scope
:
ChangeScope
,
val
modulePath
:
String
,
val
restartRequiredReason
:
String
?
=
null
)
(
source
)
Members
Constructors
Classified
Module
Change
Link copied to clipboard
constructor
(
scope
:
ChangeScope
,
modulePath
:
String
,
restartRequiredReason
:
String
?
=
null
)
Properties
module
Path
Link copied to clipboard
val
modulePath
:
String
restart
Required
Reason
Link copied to clipboard
val
restartRequiredReason
:
String
?
scope
Link copied to clipboard
val
scope
:
ChangeScope