Packages

package plugin

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ActorPlugin extends AnyRef
  2. case class NoSuchPlugin(name: String, version: Option[String]) extends Exception with RemoteGithubPluginException with Product with Serializable
  3. class PluginManager extends LogSupport

    Class representing the plugin manager loading and managing plugins

  4. case class PluginManagerConfiguration(folder: String, available: Map[String, RemotePluginConfig]) extends Product with Serializable
  5. trait RemoteGithubPluginException extends Exception
  6. case class RemoteGithubRelease(json: JsObject) extends Ordered[RemoteGithubRelease] with Product with Serializable
  7. case class RemotePluginConfig(owner: String, repo: String) extends Product with Serializable

Value Members

  1. object NoPluginJarDetected extends Exception with RemoteGithubPluginException
  2. object NoValidSemVersion extends Exception with RemoteGithubPluginException
  3. object PluginManager extends LogSupport

Ungrouped