object ScalaInstance
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaInstance
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val ScalaOrg: String
Name of scala organisation to be used for artifact resolution.
- val VersionPrefix: String
The prefix being used for Scala artifacts name creation.
- def allJars(scalaHome: File): Seq[File]
Return all the required Scala jars from a path
scalaHome. - def apply(version: String, scalaHome: File, launcher: Launcher): ScalaInstance
- def apply(scalaHome: File)(classLoader: (List[File]) => ClassLoader): ScalaInstance
- def apply(scalaHome: File, launcher: Launcher): ScalaInstance
- def apply(version: String, provider: ScalaProvider): ScalaInstance
Create a ScalaInstance from a version and a given provider that defines the location of the jars and the loader to be used.
- def apply(version: String, launcher: Launcher): ScalaInstance
Creates a ScalaInstance using the given provider to obtain the jars and loader.
- def apply(org: String, version: String, launcher: Launcher): ScalaInstance
Create a ScalaInstance from a given org, version and launcher.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isDotty(version: String): Boolean
Distinguish Dotty and Scala 2 version given the version number.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def scalaJar(scalaHome: File, name: String): File
Get a scala artifact from a given directory.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()