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. val bspConnection: Option[BuildServerConnection]
  8. def classDirectory: String
    Definition Classes
    ScalaTargetJvmTarget
  9. 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
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. def dataKind: String
  12. def dialect(path: io.AbsolutePath): Dialect
  13. def displayName: String
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def fmtDialect: ScalafmtDialect
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def id: BuildTargetIdentifier
  18. val info: BuildTarget
  19. def isAmmonite: Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isSbt: Boolean
  22. def isSemanticdbEnabled: Boolean
  23. def isSourcerootDeclared: Boolean
  24. 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
  25. def jvmHome: Option[String]
  26. def jvmVersion: Option[String]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. def options: List[String]
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. val sbtVersion: Option[String]
  33. def scalaBinaryVersion: String
  34. val scalaInfo: ScalaBuildTarget
  35. def scalaPlatform: ScalaPlatform
  36. def scalaVersion: String
  37. val scalac: ScalacOptionsItem
  38. def semanticdbFilesPresent(): Boolean
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def targetroot: io.AbsolutePath
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. 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