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.plugin
/
PluginRuntimeContext
Plugin
Runtime
Context
interface
PluginRuntimeContext
:
PluginInitContext
(
source
)
Members
Properties
descriptor
Link copied to clipboard
abstract
val
descriptor
:
PluginDescriptor
kernel
Koin
Link copied to clipboard
abstract
val
kernelKoin
:
Koin
plugin
Id
Link copied to clipboard
abstract
val
pluginId
:
String
private
Scope
Link copied to clipboard
abstract
val
privateScope
:
Scope
Functions
get
Database
Link copied to clipboard
open
fun
getDatabase
(
)
:
KeelDatabase
?
get
Tables
Link copied to clipboard
open
fun
getTables
(
)
:
List
<
Table
>
register
Teardown
Link copied to clipboard
abstract
fun
registerTeardown
(
action
:
(
)
->
Unit
)