case class ScalaTarget(info: BuildTarget, scalaInfo: ScalaBuildTarget, scalac: ScalacOptionsItem, autoImports: Option[Seq[String]], sbtVersion: Option[String], bspConnection: Option[BuildServerConnection]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaTarget
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScalaTarget(info: BuildTarget, scalaInfo: ScalaBuildTarget, scalac: ScalacOptionsItem, autoImports: Option[Seq[String]], sbtVersion: Option[String], bspConnection: Option[BuildServerConnection])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoImports: Option[Seq[String]]
- def baseDirectory: String
- val bspConnection: Option[BuildServerConnection]
- def classDirectory: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def dataKind: String
- def dialect(path: io.AbsolutePath): Dialect
- def displayName: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fmtDialect: ScalafmtDialect
- def fullClasspath: List[Path]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def id: BuildTargetIdentifier
- val info: BuildTarget
- def isAmmonite: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSbt: Boolean
- def isSemanticdbEnabled: Boolean
- def isSourcerootDeclared: Boolean
- def jvmHome: Option[String]
- def jvmVersion: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def options: List[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sbtVersion: Option[String]
- def scalaBinaryVersion: String
- val scalaInfo: ScalaBuildTarget
- def scalaPlatform: ScalaPlatform
- def scalaVersion: String
- val scalac: ScalacOptionsItem
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def targetroot: io.AbsolutePath
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated