Packages

case class ScalaTarget(info: BuildTarget, scalaInfo: ScalaBuildTarget, scalac: ScalacOptionsItem, autoImports: Option[Seq[String]], sbtVersion: Option[String], bspConnection: Option[BuildServerConnection]) extends JvmTarget with Product with Serializable

Linear Supertypes
java.io.Serializable, Product, Equals, JvmTarget, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaTarget
  2. Serializable
  3. Product
  4. Equals
  5. JvmTarget
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalaTarget(info: BuildTarget, scalaInfo: ScalaBuildTarget, scalac: ScalacOptionsItem, autoImports: Option[Seq[String]], sbtVersion: Option[String], bspConnection: Option[BuildServerConnection])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val autoImports: Option[Seq[String]]
  6. def baseDirectory: String
  7. def bestEffortPath: Path
  8. val bspConnection: Option[BuildServerConnection]
  9. def classDirectory: String
    Definition Classes
    ScalaTargetJvmTarget
  10. def classpath: Option[List[String]]

    If the build server supports lazy classpath resolution, we will not get any classpath data eagerly and we should not use this endpoint.

    If the build server supports lazy classpath resolution, we will not get any classpath data eagerly and we should not use this endpoint. It should only be used as a fallback.

    This is due to the fact that we don't request classpath as it can be resonably expensive.

    returns

    non empty classpath only if it was resolved prior

    Definition Classes
    ScalaTargetJvmTarget
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def dataKind: String
  13. def dialect(path: io.AbsolutePath): Dialect
  14. def displayName: String
    Definition Classes
    ScalaTargetJvmTarget
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def fmtDialect: ScalafmtDialect
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def id: BuildTargetIdentifier
    Definition Classes
    ScalaTargetJvmTarget
  19. val info: BuildTarget
  20. def isAmmonite: Boolean
  21. def isBestEffort: Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isSbt: Boolean
  24. def isSemanticdbEnabled: Boolean
  25. def isSourcerootDeclared: Boolean
  26. def jarClasspath: Option[List[io.AbsolutePath]]

    This method collects jars from classpath defined in scalacOptions.

    This method collects jars from classpath defined in scalacOptions.

    If the build server supports lazy classpath resolution, we will not get any classpath data eagerly and we should not use this endpoint. It should only be used as a fallback.

    This is due to the fact that we don't request classpath as it can be resonably expensive.

    We should use the buildTargetDependencyModules information from the indexer instead.

    returns

    non empty classpath jar list if it was resolved prior

    Definition Classes
    JvmTarget
  27. def jvmHome: Option[String]
  28. def jvmVersion: Option[String]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. def options: List[String]
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. val sbtVersion: Option[String]
  35. def scalaBinaryVersion: String
  36. val scalaInfo: ScalaBuildTarget
  37. def scalaPlatform: ScalaPlatform
  38. def scalaVersion: String
  39. val scalac: ScalacOptionsItem
  40. def semanticdbFilesPresent(): Boolean
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def targetroot: io.AbsolutePath
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from JvmTarget

Inherited from AnyRef

Inherited from Any

Ungrouped