sbt

ScalaInstance

final class ScalaInstance extends ScalaInstance

Represents the source for Scala classes for a given version. The reason both a ClassLoader and the jars are required is that the compiler requires the location of the library/compiler jars on the (boot)classpath and the loader is used for the compiler itself. The 'version' field is the version used to obtain the Scala classes. This is typically the version for the maven repository. The 'actualVersion' field should be used to uniquely identify the compiler. It is obtained from the compiler.properties file.

Linear Supertypes
ScalaInstance, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalaInstance
  2. ScalaInstance
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaInstance(version: String, loader: ClassLoader, libraryJar: File, compilerJar: File, extraJars: Seq[File], explicitActual: Option[String])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. lazy val actualVersion: String

    Gets the version of Scala in the compiler.

    Gets the version of Scala in the compiler.properties file from the loader. This version may be different than that given by 'version'

    Definition Classes
    ScalaInstanceScalaInstance
  7. def allJars(): Array[File]

    Definition Classes
    ScalaInstanceScalaInstance
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. val compilerJar: File

    Definition Classes
    ScalaInstanceScalaInstance
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. val explicitActual: Option[String]

  14. val extraJars: Seq[File]

  15. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def jarStrings: String

  20. def jars: List[File]

  21. val libraryJar: File

    Definition Classes
    ScalaInstanceScalaInstance
  22. val loader: ClassLoader

    Definition Classes
    ScalaInstanceScalaInstance
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def otherJars(): Array[File]

    Definition Classes
    ScalaInstanceScalaInstance
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    ScalaInstance → AnyRef → Any
  29. val version: String

    Definition Classes
    ScalaInstanceScalaInstance
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ScalaInstance

Inherited from AnyRef

Inherited from Any