Package-level declarations
Types
Link copied to clipboard
A typealias for a function representing a plugin factory, used to produce plugin instances
Link copied to clipboard
A typealias for a function representing a plugin method.
Link copied to clipboard
An abstract class for plugin modules with a generic configuration type TConfig. This class is extended by the generated plugin module class.
Link copied to clipboard
data class PluginPackage<TConfig>(pluginModule: PluginModule<TConfig>, manifest: WrapManifest) : WrapPackage
Implementation of the WrapPackage interface for Plugin Wrap packages.
Link copied to clipboard
Represents a plugin wrapper, allowing the plugin module to be invoked as a Wrapper.