o

sbt.plugins

SemanticdbPlugin

object SemanticdbPlugin extends AutoPlugin

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SemanticdbPlugin
  2. AutoPlugin
  3. PluginsFunctions
  4. Basic
  5. Plugins
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def &&(o: Basic): Plugins
    Definition Classes
    BasicPlugins
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def allRequirements: PluginTrigger

    This plugin is activated when all required plugins are present.

    This plugin is activated when all required plugins are present.

    Definition Classes
    PluginsFunctions
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def buildSettings: Seq[Def.Setting[_]]

    The Setting to add to the build scope for each project that activates this AutoPlugin.

    The Setting to add to the build scope for each project that activates this AutoPlugin. The settings returned here are guaranteed to be added to a given build scope only once regardless of how many projects for that build activate this AutoPlugin.

    Definition Classes
    AutoPlugin
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. lazy val configurationSettings: Seq[Def.Setting[_]]
  10. def derivedProjects(proj: ProjectDefinition[_]): Seq[Project]

    The Projects to add to the current build based on an existing project.

    The Projects to add to the current build based on an existing project.

    Definition Classes
    AutoPlugin
  11. def empty: Plugins

    Plugins instance that doesn't require any Pluginss.

    Plugins instance that doesn't require any Pluginss.

    Definition Classes
    PluginsFunctions
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def extraProjects: Seq[Project]

    The Projects to add to the current build.

    The Projects to add to the current build.

    Definition Classes
    AutoPlugin
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. lazy val globalSettings: Seq[Def.Setting[_]]

    The Settings to add to the global scope exactly once if any project activates this AutoPlugin.

    The Settings to add to the global scope exactly once if any project activates this AutoPlugin.

    Definition Classes
    SemanticdbPluginAutoPlugin
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val label: String
    Definition Classes
    AutoPlugin
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def noTrigger: PluginTrigger

    This plugin is activated only when it is manually activated.

    This plugin is activated only when it is manually activated.

    Definition Classes
    PluginsFunctions
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def projectConfigurations: Seq[Configuration]

    The Configurations to add to each project that activates this AutoPlugin.

    The Configurations to add to each project that activates this AutoPlugin.

    Definition Classes
    AutoPlugin
  26. lazy val projectSettings: Seq[Def.Setting[_]]

    The Settings to add in the scope of each project that activates this AutoPlugin.

    The Settings to add in the scope of each project that activates this AutoPlugin.

    Definition Classes
    SemanticdbPluginAutoPlugin
  27. def requires: JvmPlugin.type

    This AutoPlugin requires the plugins the Plugins matcher returned by this method.

    This AutoPlugin requires the plugins the Plugins matcher returned by this method. See trigger.

    Definition Classes
    SemanticdbPluginAutoPlugin
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def targetRootOptions(scalaVersion: String, targetRoot: File): Seq[String]
  30. def toString(): String
    Definition Classes
    AutoPlugin → AnyRef → Any
  31. def trigger: PluginTrigger

    Determines whether this AutoPlugin will be activated for this project when the requires clause is satisfied.

    Determines whether this AutoPlugin will be activated for this project when the requires clause is satisfied.

    When this method returns allRequirements, and requires method returns Web && Javascript, this plugin instance will be added automatically if the Web and Javascript plugins are enabled.

    When this method returns noTrigger, and requires method returns Web && Javascript, this plugin instance will be added only if the build user enables it, but it will automatically add both Web and Javascript.

    Definition Classes
    SemanticdbPluginAutoPlugin
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. lazy val testSettings: Seq[Def.Setting[_]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.5.0) use configurationSettings only

Inherited from AutoPlugin

Inherited from PluginsFunctions

Inherited from Basic

Inherited from Plugins

Inherited from AnyRef

Inherited from Any

Ungrouped