Packages

case class JavaTarget(info: BuildTarget, javac: JavacOptionsItem, 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. JavaTarget
  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 JavaTarget(info: BuildTarget, javac: JavacOptionsItem, 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. def baseDirectory: String
  6. val bspConnection: Option[BuildServerConnection]
  7. def classDirectory: String
    Definition Classes
    JavaTargetJvmTarget
  8. 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
    JavaTargetJvmTarget
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def dataKind: String
  11. def displayName: String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def id: BuildTargetIdentifier
  15. val info: BuildTarget
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isSemanticdbEnabled: Boolean
  18. def isSourcerootDeclared: Boolean
  19. def isTargetrootDeclared: Boolean
  20. 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
  21. val javac: JavacOptionsItem
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. def options: List[String]
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def releaseVersion: Option[String]
  28. def sourceVersion: Option[String]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def targetVersion: Option[String]
  31. def targetroot: Option[io.AbsolutePath]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. 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