Packages

o

dotty.tools.sbtplugin

DottyPlugin

object DottyPlugin extends AutoPlugin

Linear Supertypes
AutoPlugin, PluginsFunctions, Basic, Plugins, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DottyPlugin
  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
    Basic → Plugins
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val Def: sbt.Def.type
  6. def allRequirements: PluginTrigger
    Definition Classes
    PluginsFunctions
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def buildSettings: Seq[sbt.Def.Setting[_]]
    Definition Classes
    AutoPlugin
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def derivedProjects(proj: ProjectDefinition[_]): Seq[Project]
    Definition Classes
    AutoPlugin
  11. def dottyPatchIncOptions(incOptions: IncOptions): IncOptions

    Patches the IncOptions so that .tasty files are pruned as needed.

    Patches the IncOptions so that .tasty files are pruned as needed.

    This code is adapted from scalaJSPatchIncOptions in Scala.js, which needs to do the exact same thing but for .sjsir files.

    This complicated logic patches the ClassfileManager factory of the given IncOptions with one that is aware of .tasty files emitted by the Dotty compiler. This makes sure that, when a .class file must be deleted, the corresponding .tasty file is also deleted.

    To support older versions of dotty, this also takes care of .hasTasty files, although they are not used anymore.

  12. def dottyScalaInstanceTask(moduleName: String): sbt.Def.Initialize[Task[ScalaInstance]]

    Create a scalaInstance task that uses Dotty based on moduleName.

  13. def empty: Plugins
    Definition Classes
    PluginsFunctions
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def extraProjects: Seq[Project]
    Definition Classes
    AutoPlugin
  17. def fetchArtifactsOf(moduleID: sbt.ModuleID, dependencyRes: DependencyResolution, scalaInfo: Option[ScalaModuleInfo], updateConfig: UpdateConfiguration, warningConfig: UnresolvedWarningConfiguration, log: sbt.Logger): sbt.UpdateReport

    Fetch artifacts for moduleID

  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getJar(updateReport: sbt.UpdateReport, organization: sbt.NameFilter, name: sbt.NameFilter, revision: sbt.NameFilter): sbt.File

    Get the single jar in updateReport that match the given filter.

    Get the single jar in updateReport that match the given filter. If zero or more than one jar match, an exception will be thrown.

  21. def getJars(updateReport: sbt.UpdateReport, organization: sbt.NameFilter, name: sbt.NameFilter, revision: sbt.NameFilter): Seq[sbt.File]

    Get all jars in updateReport that match the given filter.

  22. val globalSettings: Seq[sbt.Def.Setting[_]]
    Definition Classes
    DottyPlugin → AutoPlugin
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val label: String
    Definition Classes
    AutoPlugin
  26. def makeScalaInstance(state: State, dottyVersion: String, scalaLibrary: sbt.File, dottyLibrary: sbt.File, compiler: sbt.File, all: Seq[sbt.File], appConfiguration: AppConfiguration): ScalaInstance
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def noTrigger: PluginTrigger
    Definition Classes
    PluginsFunctions
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def projectConfigurations: Seq[Configuration]
    Definition Classes
    AutoPlugin
  32. def projectSettings: Seq[sbt.Setting[_]]
    Definition Classes
    DottyPlugin → AutoPlugin
  33. def requires: Plugins
    Definition Classes
    DottyPlugin → AutoPlugin
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AutoPlugin → AnyRef → Any
  36. def trigger: PluginTrigger
    Definition Classes
    DottyPlugin → AutoPlugin
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. object autoImport

Inherited from AutoPlugin

Inherited from PluginsFunctions

Inherited from Basic

Inherited from Plugins

Inherited from AnyRef

Inherited from Any

Ungrouped