package plugin
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait ActorPlugin extends AnyRef
- case class NoSuchPlugin(name: String, version: Option[String]) extends Exception with RemoteGithubPluginException with Product with Serializable
- class PluginManager extends LogSupport
Class representing the plugin manager loading and managing plugins
- case class PluginManagerConfiguration(folder: String, available: Map[String, RemotePluginConfig]) extends Product with Serializable
- trait RemoteGithubPluginException extends Exception
- case class RemoteGithubRelease(json: JsObject) extends Ordered[RemoteGithubRelease] with Product with Serializable
- case class RemotePluginConfig(owner: String, repo: String) extends Product with Serializable
Value Members
- object NoPluginJarDetected extends Exception with RemoteGithubPluginException
- object NoValidSemVersion extends Exception with RemoteGithubPluginException
- object PluginManager extends LogSupport