case classPlugin(name: String, version: String, path: String, methods: List[PluginMethod]) extends Product with Serializable
Type that represents a plugin, with metadata that comes from plugin.conf and the list
of PluginMethod implemented by the plugin (a jar file loaded by
PluginManagerComponent.PluginManager.loadPluginsFromJars)
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Type that represents a plugin, with metadata that comes from plugin.conf and the list of PluginMethod implemented by the plugin (a jar file loaded by PluginManagerComponent.PluginManager.loadPluginsFromJars)