Packages

o

dotty.tools.sbtplugin

DottyIDEPlugin

object DottyIDEPlugin extends AutoPlugin

Linear Supertypes
AutoPlugin, PluginsFunctions, Basic, Plugins, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DottyIDEPlugin
  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. def allRequirements: PluginTrigger
    Definition Classes
    PluginsFunctions
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def buildSettings: Seq[sbt.Setting[_]]
    Definition Classes
    DottyIDEPlugin → AutoPlugin
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def compileForIDE: Command
  10. def configureIDE: Command
  11. def derivedProjects(proj: ProjectDefinition[_]): Seq[Project]
    Definition Classes
    AutoPlugin
  12. def empty: Plugins
    Definition Classes
    PluginsFunctions
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def extraProjects: Seq[Project]
    Definition Classes
    AutoPlugin
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def globalSettings: Seq[sbt.Setting[_]]
    Definition Classes
    DottyIDEPlugin → AutoPlugin
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def installCodeExtension(codeCmd: Seq[String], name: String): Unit

    Install or upgrade Code extension name.

    Install or upgrade Code extension name.

    We start by trying to install or upgrade the extension. If this fails we check if an existing version of the extension exists. If this also fails we throw an exception. This ensures that we're always running the latest version of the extension but that we can still work offline.

  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val label: String
    Definition Classes
    AutoPlugin
  23. def launchIDE: Command
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def noTrigger: PluginTrigger
    Definition Classes
    PluginsFunctions
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def prepareCommand(cmd: Seq[String]): Seq[String]

    Prepare command to be passed to ProcessBuilder

  29. def projectConfigurations: Seq[Configuration]
    Definition Classes
    AutoPlugin
  30. def projectSettings: Seq[sbt.Setting[_]]
    Definition Classes
    DottyIDEPlugin → AutoPlugin
  31. def requires: Plugins
    Definition Classes
    DottyIDEPlugin → AutoPlugin
  32. def runProcess(cmd: Seq[String], wait: Boolean = false, directory: Option[File] = None, outputCallback: Option[(BufferedReader) ⇒ Unit] = None): Unit

    Run the command cmd.

    Run the command cmd.

    wait

    If true, wait for the command to return and throw an exception if the exit code is non-zero.

    directory

    If not None, run the command in this directory.

    outputCallback

    If not None, pass the command output to this callback instead of writing it to stdout.

  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AutoPlugin → AnyRef → Any
  35. def trigger: PluginTrigger
    Definition Classes
    DottyIDEPlugin → AutoPlugin
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. object autoImport

Inherited from AutoPlugin

Inherited from PluginsFunctions

Inherited from Basic

Inherited from Plugins

Inherited from AnyRef

Inherited from Any

Ungrouped