Packages

object ScalaInstance

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

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. val ScalaOrg: String

    Name of scala organisation to be used for artifact resolution.

  5. val VersionPrefix: String

    The prefix being used for Scala artifacts name creation.

  6. def allJars(scalaHome: File): Seq[File]

    Return all the required Scala jars from a path scalaHome.

  7. def apply(version: String, scalaHome: File, launcher: Launcher): ScalaInstance
  8. def apply(scalaHome: File)(classLoader: (List[File]) ⇒ ClassLoader): ScalaInstance
  9. def apply(scalaHome: File, launcher: Launcher): ScalaInstance
  10. 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.

  11. def apply(version: String, launcher: Launcher): ScalaInstance

    Creates a ScalaInstance using the given provider to obtain the jars and loader.

  12. def apply(org: String, version: String, launcher: Launcher): ScalaInstance

    Create a ScalaInstance from a given org, version and launcher.

  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def isDotty(version: String): Boolean

    Distinguish Dotty and Scala 2 version given the version number.

  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def scalaJar(scalaHome: File, name: String): File

    Get a scala artifact from a given directory.

  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped