Squishy
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Squishy
core
/
mtctx.squishy.api
/
PluginRegistry
Plugin
Registry
object
PluginRegistry
Members
Functions
get
Link copied to clipboard
fun
<
T
:
Plugin
>
get
(
pluginClass
:
KClass
<
T
>
)
:
Outcome
<
T
>
register
Link copied to clipboard
fun
<
T
:
Plugin
>
register
(
plugin
:
T
)
unregister
Link copied to clipboard
fun
unregister
(
plugin
:
Plugin
)