Constructors

Link copied to clipboard
constructor(context: PluginContext)

Properties

Link copied to clipboard
override val author: String

Get the author of this plugin.

Link copied to clipboard
Link copied to clipboard
override val description: String

Get the description of this plugin.

Link copied to clipboard
val id: String
Link copied to clipboard
protected val log: Logger
Link copied to clipboard
override val name: String

Get the name of this plugin.

Link copied to clipboard
protected val pluginsLog: KotlinLogger
Link copied to clipboard
override val version: String

Get the version of this plugin.

Link copied to clipboard
protected var wrapper: PluginWrapper

Functions

Link copied to clipboard
open fun delete()
Link copied to clipboard
fun getWrapper(): PluginWrapper
Link copied to clipboard
open override fun start()

This method is called by the application when the plugin is started. See PluginManager.startPlugin.

Link copied to clipboard
open override fun stop()

This method is called by the application when the plugin is stopped. See PluginManager.stopPlugin.