sbt.compiler

CompilerArguments

final class CompilerArguments extends AnyRef

Forms the list of options that is passed to the compiler from the required inputs and other options. The directory containing scala-library.jar and scala-compiler.jar (scalaLibDirectory) is required in order to add these jars to the boot classpath. The 'scala.home' property must be unset because Scala puts jars in that directory on the bootclasspath. Because we use multiple Scala versions, this would lead to compiling against the wrong library jar.

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

Instance Constructors

  1. new CompilerArguments(scalaInstance: ScalaInstance, cp: ClasspathOptions)

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. def abs(files: Seq[File]): Seq[String]

    Attributes
    protected
  7. def apply(sources: Seq[File], classpath: Seq[File], outputDirectory: File, options: Seq[String]): Seq[String]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def bootClasspath(addLibrary: Boolean): Seq[File]

  10. def bootClasspathFor(classpath: Seq[File]): Seq[File]

  11. def bootClasspathOption(addLibrary: Boolean): Seq[String]

  12. def checkScalaHomeUnset(): Unit

    Attributes
    protected
  13. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def createBootClasspath(addLibrary: Boolean): String

    Add the correct Scala library jar to the boot classpath if addLibrary is true.

  15. def createBootClasspathFor(classpath: Seq[File]): String

  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. def filterLibrary(classpath: Seq[File]): Seq[File]

  19. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def finishClasspath(classpath: Seq[File]): Seq[File]

  21. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  22. def hasLibrary(classpath: Seq[File]): Boolean

  23. def hashCode(): Int

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

    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  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 AnyRef

Inherited from Any