de.tototec.sbuild.addons.scala

Scalac

object Scalac

Companion object for Scalac, the Scala Compiler Addon.

Use Scalac$#apply to configure and execute it in one go.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Scalac
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 apply(compilerClasspath: Seq[File] = null, classpath: Seq[File] = null, srcDir: File = null, srcDirs: Seq[File] = null, destDir: File = null, encoding: String = "UTF-8", unchecked: Boolean = null, deprecation: Boolean = null, verbose: Boolean = null, target: String = null, debugInfo: String = null, fork: Boolean = false, additionalScalacArgs: Seq[String] = null, sources: Seq[File] = null, useArgsFile: Boolean = null, jvmArgs: Seq[String] = null, sourcePath: File = null)(implicit project: Project): Unit

    Configure and execute the Scalac addon.

    Configure and execute the Scalac addon.

    For parameter documentation see the Scalac constructor.

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compilerClasspath(scalaVersion: String)(implicit project: Project): TargetRefs

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

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

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  20. def toString(): String

    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def apply(compilerClasspath: Seq[File], classpath: Seq[File], srcDir: File, srcDirs: Seq[File], destDir: File, encoding: String, unchecked: Boolean, deprecation: Boolean, verbose: Boolean, target: String, debugInfo: String, fork: Boolean, additionalScalacArgs: Seq[String], sources: Seq[File])(implicit project: Project): Unit

    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0.9000) Binary compatibility placeholder. Please use another apply method.

Inherited from AnyRef

Inherited from Any

Ungrouped