scala.tools.ant

FastScalac

class FastScalac extends Scalac

An Ant task to compile with the fast Scala compiler (fsc).

In addition to the attributes shared with the Scalac task, this task also accepts the following attributes:

Linear Supertypes
Scalac, ScalacShared, ScalaMatchingTask, ScalaTask, MatchingTask, SelectorContainer, Task, ProjectComponent, java.lang.Cloneable, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FastScalac
  2. Scalac
  3. ScalacShared
  4. ScalaMatchingTask
  5. ScalaTask
  6. MatchingTask
  7. SelectorContainer
  8. Task
  9. ProjectComponent
  10. Cloneable
  11. AnyRef
  12. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FastScalac()

Type Members

  1. abstract class PermissibleValue extends AnyRef

    Definition Classes
    Scalac

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from FastScalac to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (FastScalac, B)

    Implicit information
    This member is added by an implicit conversion from FastScalac to ArrowAssoc[FastScalac] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. object CompilerPhase extends PermissibleValue

    Defines valid values for properties that refer to compiler phases.

  9. object Flag extends PermissibleValue

    Defines valid values for the deprecation and unchecked properties.

  10. object LoggingLevel extends PermissibleValue

    Defines valid values for the logging property.

  11. val MainClass: String

    Definition Classes
    ScalacShared
  12. object Target extends PermissibleValue

    Defines valid values for the target property.

  13. def XsetIgnore(arg0: String): Unit

    Definition Classes
    MatchingTask
  14. def XsetItems(arg0: String): Unit

    Definition Classes
    MatchingTask
  15. def add(arg0: FileSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  16. def addAnd(arg0: AndSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  17. def addContains(arg0: ContainsSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  18. def addContainsRegexp(arg0: ContainsRegexpSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  19. def addCustom(arg0: ExtendSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  20. def addDate(arg0: DateSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  21. def addDepend(arg0: DependSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  22. def addDepth(arg0: DepthSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  23. def addDifferent(arg0: DifferentSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  24. def addFilename(arg0: FilenameSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  25. def addMajority(arg0: MajoritySelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  26. def addModified(arg0: ModifiedSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  27. def addNone(arg0: NoneSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  28. def addNot(arg0: NotSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  29. def addOr(arg0: OrSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  30. var addParams: String

    Instruct the compiler to use additional parameters

    Instruct the compiler to use additional parameters

    Attributes
    protected
    Definition Classes
    Scalac
  31. def addPresent(arg0: PresentSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  32. def addSelector(arg0: SelectSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  33. def addSize(arg0: SizeSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  34. def addType(arg0: TypeSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  35. def appendSelector(arg0: FileSelector): Unit

    Definition Classes
    MatchingTask → SelectorContainer
  36. var argfile: Option[File]

    Attributes
    protected
    Definition Classes
    Scalac
  37. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  38. def asString(file: File): String

    Transforms a file into a Scalac-readable string.

    Transforms a file into a Scalac-readable string.

    returns

    A string-representation of the file like /x/k/a.scala.

    Attributes
    protected
    Definition Classes
    Scalac
  39. def asString(path: List[File]): String

    Transforms a path into a Scalac-readable string.

    Transforms a path into a Scalac-readable string.

    path

    A path to convert.

    returns

    A string-representation of the path like a.jar:b.jar.

    Attributes
    protected
    Definition Classes
    Scalac
  40. var assemname: Option[String]

    Attributes
    protected
    Definition Classes
    Scalac
  41. var assemrefs: Option[String]

    Attributes
    protected
    Definition Classes
    Scalac
  42. var backend: Option[String]

    Attributes
    protected
    Definition Classes
    Scalac
  43. final def bindToOwner(arg0: Task): Unit

    Definition Classes
    Task
  44. var bootclasspath: Option[Path]

    The boot class path to use for this compilation.

    The boot class path to use for this compilation.

    Attributes
    protected
    Definition Classes
    Scalac
  45. def buildError(message: String): Nothing

    Generates a build error.

    Generates a build error. Error location will be the current task in the ant file.

    message

    A message describing the error.

    Attributes
    protected
    Definition Classes
    ScalaTask
    Exceptions thrown
    BuildException

    A build error exception thrown in every case.

  46. var classpath: Option[Path]

    The class path to use for this compilation.

    The class path to use for this compilation.

    Attributes
    protected
    Definition Classes
    Scalac
  47. def clone(): AnyRef

    Definition Classes
    ProjectComponent → AnyRef
    Annotations
    @throws( ... )
  48. var compilerPath: Option[Path]

    The path to use when finding scalac - *only used for forking!*

    The path to use when finding scalac - *only used for forking!*

    Attributes
    protected
    Definition Classes
    Scalac
  49. def createBootclasspath(): Path

    Sets the bootclasspath as a nested bootclasspath Ant parameter.

    Sets the bootclasspath as a nested bootclasspath Ant parameter.

    returns

    A source path to be configured.

    Definition Classes
    Scalac
  50. def createClasspath(): Path

    Sets the classpath as a nested classpath Ant parameter.

    Sets the classpath as a nested classpath Ant parameter.

    returns

    A class path to be configured.

    Definition Classes
    Scalac
  51. def createCompilerArg(): ImplementationSpecificArgument

    Sets the compilerarg as a nested compilerarg Ant parameter.

    Sets the compilerarg as a nested compilerarg Ant parameter.

    returns

    A compiler argument to be configured.

    Definition Classes
    Scalac
  52. def createCompilerPath: Path

    Definition Classes
    Scalac
  53. def createExclude(): NameEntry

    Definition Classes
    MatchingTask
  54. def createExcludesFile(): NameEntry

    Definition Classes
    MatchingTask
  55. def createExtdirs(): Path

    Sets the extdirs as a nested extdirs Ant parameter.

    Sets the extdirs as a nested extdirs Ant parameter.

    returns

    An extensions path to be configured.

    Definition Classes
    Scalac
  56. def createInclude(): NameEntry

    Definition Classes
    MatchingTask
  57. def createIncludesFile(): NameEntry

    Definition Classes
    MatchingTask
  58. def createPatternSet(): PatternSet

    Definition Classes
    MatchingTask
  59. def createSourcepath(): Path

    Sets the sourcepath as a nested sourcepath Ant parameter.

    Sets the sourcepath as a nested sourcepath Ant parameter.

    returns

    A source path to be configured.

    Definition Classes
    Scalac
  60. def createSrc(): Path

    Sets the origin as a nested src Ant parameter.

    Sets the origin as a nested src Ant parameter.

    returns

    An origin path to be configured.

    Definition Classes
    Scalac
  61. var debugInfo: Option[String]

    Instruct the compiler to generate debugging information

    Instruct the compiler to generate debugging information

    Attributes
    protected
    Definition Classes
    Scalac
  62. var dependencyfile: Option[File]

    The dependency tracking file.

    The dependency tracking file.

    Attributes
    protected
    Definition Classes
    Scalac
  63. var deprecation: Option[Boolean]

    Instruct the compiler to generate deprecation information.

    Instruct the compiler to generate deprecation information.

    Attributes
    protected
    Definition Classes
    Scalac
  64. var destination: Option[File]

    The directory to put the compiled files in.

    The directory to put the compiled files in.

    Attributes
    protected
    Definition Classes
    Scalac
  65. var encoding: Option[String]

    The character encoding of the files to compile.

    The character encoding of the files to compile.

    Attributes
    protected
    Definition Classes
    Scalac
  66. def ensuring(cond: (FastScalac) ⇒ Boolean, msg: ⇒ Any): FastScalac

    Implicit information
    This member is added by an implicit conversion from FastScalac to Ensuring[FastScalac] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  67. def ensuring(cond: (FastScalac) ⇒ Boolean): FastScalac

    Implicit information
    This member is added by an implicit conversion from FastScalac to Ensuring[FastScalac] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  68. def ensuring(cond: Boolean, msg: ⇒ Any): FastScalac

    Implicit information
    This member is added by an implicit conversion from FastScalac to Ensuring[FastScalac] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  69. def ensuring(cond: Boolean): FastScalac

    Implicit information
    This member is added by an implicit conversion from FastScalac to Ensuring[FastScalac] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  70. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  72. def execWithArgFiles(java: Java, paths: List[String]): Int

    Definition Classes
    ScalacShared
  73. def execute(): Unit

    Performs the compilation.

    Performs the compilation.

    Definition Classes
    FastScalacScalac → Task
  74. def executeFork(settings: Settings, sourceFiles: List[File]): Unit

    Attributes
    protected
    Definition Classes
    Scalac
  75. def executeInternal(settings: Settings, sourceFiles: List[File]): Unit

    Performs the compilation.

    Performs the compilation.

    Attributes
    protected
    Definition Classes
    Scalac
  76. def existing(file: File): File

    Tests if a file exists and prints a warning in case it doesn't.

    Tests if a file exists and prints a warning in case it doesn't. Always returns the file, even if it doesn't exist.

    file

    A file to test for existance.

    returns

    The same file.

    Attributes
    protected
    Definition Classes
    Scalac
  77. var explaintypes: Option[Boolean]

    Instruct the compiler to explain type errors in more detail.

    Instruct the compiler to explain type errors in more detail.

    Attributes
    protected
    Definition Classes
    Scalac
  78. var extdirs: Option[Path]

    The external extensions path to use for this compilation.

    The external extensions path to use for this compilation.

    Attributes
    protected
    Definition Classes
    Scalac
  79. var failonerror: Boolean

    Indicates whether compilation errors will fail the build; defaults to true.

    Indicates whether compilation errors will fail the build; defaults to true.

    Attributes
    protected
    Definition Classes
    Scalac
  80. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  81. var force: Boolean

    Whether to force compilation of all files or not.

    Whether to force compilation of all files or not.

    Attributes
    protected
    Definition Classes
    Scalac
  82. var fork: Boolean

    Whether to fork the execution of scalac

    Whether to fork the execution of scalac

    Attributes
    protected
    Definition Classes
    Scalac
  83. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from FastScalac to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  84. def getBootclasspath: List[File]

    Gets the value of the bootclasspath attribute in a Scala-friendly form.

    Gets the value of the bootclasspath attribute in a Scala-friendly form.

    returns

    The boot class path as a list of files.

    Attributes
    protected
    Definition Classes
    Scalac
  85. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  86. def getClasspath: List[File]

    Gets the value of the classpath attribute in a Scala-friendly form.

    Gets the value of the classpath attribute in a Scala-friendly form.

    returns

    The class path as a list of files.

    Attributes
    protected
    Definition Classes
    Scalac
  87. def getDescription(): String

    Definition Classes
    ProjectComponent
  88. def getDestination: File

    Gets the value of the destination attribute in a Scala-friendly form.

    Gets the value of the destination attribute in a Scala-friendly form.

    returns

    The destination as a file.

    Attributes
    protected
    Definition Classes
    Scalac
  89. def getDirectoryScanner(arg0: File): DirectoryScanner

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    MatchingTask
  90. def getExtdirs: List[File]

    Gets the value of the extdirs attribute in a Scala-friendly form.

    Gets the value of the extdirs attribute in a Scala-friendly form.

    returns

    The extensions path as a list of files.

    Attributes
    protected
    Definition Classes
    Scalac
  91. final def getImplicitFileSet(): FileSet

    Attributes
    protected[org.apache.tools.ant.taskdefs]
    Definition Classes
    MatchingTask
  92. def getLocation(): Location

    Definition Classes
    ProjectComponent
  93. def getOrigin: List[File]

    Gets the value of the origin attribute in a Scala-friendly form.

    Gets the value of the origin attribute in a Scala-friendly form.

    returns

    The origin path as a list of files.

    Attributes
    protected
    Definition Classes
    Scalac
  94. def getOwningTarget(): Target

    Definition Classes
    Task
  95. def getProject(): Project

    Definition Classes
    ProjectComponent
  96. def getRuntimeConfigurableWrapper(): RuntimeConfigurable

    Definition Classes
    Task
  97. def getSelectors(arg0: Project): Array[FileSelector]

    Definition Classes
    MatchingTask → SelectorContainer
  98. def getSourcepath: List[File]

    Gets the value of the sourcepath attribute in a Scala-friendly form.

    Gets the value of the sourcepath attribute in a Scala-friendly form.

    returns

    The source path as a list of files.

    Attributes
    protected
    Definition Classes
    Scalac
  99. def getTaskName(): String

    Definition Classes
    Task
  100. def getTaskType(): String

    Definition Classes
    Task
  101. def getWrapper(): RuntimeConfigurable

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  102. def handleErrorFlush(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  103. def handleErrorOutput(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  104. def handleFlush(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  105. def handleInput(arg0: Array[Byte], arg1: Int, arg2: Int): Int

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
    Annotations
    @throws( classOf[java.io.IOException] )
  106. def handleOutput(arg0: String): Unit

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  107. def hasSelectors(): Boolean

    Definition Classes
    MatchingTask → SelectorContainer
  108. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  109. def init(): Unit

    Definition Classes
    Task
    Annotations
    @throws( ... )
  110. def initialize: (Settings, List[File], Boolean)

    Initializes settings and source files

    Initializes settings and source files

    Attributes
    protected
    Definition Classes
    Scalac
  111. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  112. final def isInvalid(): Boolean

    Attributes
    protected[org.apache.tools.ant]
    Definition Classes
    Task
  113. var jvmArgs: Option[String]

    If forking, these are the arguments to the JVM

    If forking, these are the arguments to the JVM

    Attributes
    protected
    Definition Classes
    Scalac
  114. def log(arg0: String, arg1: java.lang.Throwable, arg2: Int): Unit

    Definition Classes
    Task
  115. def log(arg0: java.lang.Throwable, arg1: Int): Unit

    Definition Classes
    Task
  116. def log(arg0: String, arg1: Int): Unit

    Definition Classes
    Task → ProjectComponent
  117. def log(arg0: String): Unit

    Definition Classes
    Task → ProjectComponent
  118. var logPhase: List[String]

    Which compilation phases should be logged during compilation.

    Which compilation phases should be logged during compilation.

    Attributes
    protected
    Definition Classes
    Scalac
  119. var logging: Option[String]

    How much logging output to print.

    How much logging output to print. Either none (default), verbose or debug.

    Attributes
    protected
    Definition Classes
    Scalac
  120. def maybeConfigure(): Unit

    Definition Classes
    Task
    Annotations
    @throws( ... )
  121. def nameToFile(name: String): File

    Transforms a string name into a file relative to the build root directory.

    Transforms a string name into a file relative to the build root directory.

    name

    A relative or absolute path to the file as a string.

    returns

    A file created from the name.

    Attributes
    protected
    Definition Classes
    Scalac
  122. def nameToFile(base: File)(name: String): File

    Transforms a string name into a file relative to the provided base directory.

    Transforms a string name into a file relative to the provided base directory.

    base

    A file pointing to the location relative to which the name will be resolved.

    name

    A relative or absolute path to the file as a string.

    returns

    A file created from the name and the base file.

    Attributes
    protected
    Definition Classes
    Scalac
  123. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  124. def newGlobal(settings: Settings, reporter: Reporter): Global

    Attributes
    protected
    Definition Classes
    Scalac
  125. def newSettings(error: (String) ⇒ Unit): Settings

    Attributes
    protected
    Definition Classes
    FastScalacScalac
  126. var nobootcp: Option[Boolean]

    Instruct the compiler to not use the boot classpath for the scala jars.

    Instruct the compiler to not use the boot classpath for the scala jars.

    Attributes
    protected
    Definition Classes
    Scalac
  127. final def notify(): Unit

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

    Definition Classes
    AnyRef
  129. var nowarn: Option[Boolean]

    Instruct the compiler to generate no warnings.

    Instruct the compiler to generate no warnings.

    Attributes
    protected
    Definition Classes
    Scalac
  130. var optimise: Option[Boolean]

    Instruct the compiler to run optimizations.

    Instruct the compiler to run optimizations.

    Attributes
    protected
    Definition Classes
    Scalac
  131. var origin: Option[Path]

    The directories that contain source files to compile.

    The directories that contain source files to compile.

    Attributes
    protected
    Definition Classes
    Scalac
  132. final def perform(): Unit

    Definition Classes
    Task
  133. def reconfigure(): Unit

    Definition Classes
    Task
  134. var scalacCompilerArgs: FacadeTaskHelper

    Encapsulates implementation of specific command line arguments.

    Encapsulates implementation of specific command line arguments.

    Attributes
    protected
    Definition Classes
    Scalac
  135. var scalacDebugging: Boolean

    Prints out the files being compiled by the scalac ant task (not only the number of files).

    Prints out the files being compiled by the scalac ant task (not only the number of files).

    Attributes
    protected
    Definition Classes
    Scalac
  136. def selectorCount(): Int

    Definition Classes
    MatchingTask → SelectorContainer
  137. def selectorElements(): java.util.Enumeration

    Definition Classes
    MatchingTask → SelectorContainer
  138. def setAddparams(input: String): Unit

    Set the addparams info attribute.

    Set the addparams info attribute.

    input

    The value for addparams.

    Definition Classes
    Scalac
  139. def setArgfile(input: File): Unit

    Sets the argfile attribute.

    Sets the argfile attribute. Used by Ant.

    input

    The value of argfile.

    Definition Classes
    Scalac
  140. def setAssemname(input: String): Unit

    Definition Classes
    Scalac
  141. def setAssemrefs(input: String): Unit

    Definition Classes
    Scalac
  142. def setBootclasspath(input: Path): Unit

    Sets the boot classpath attribute.

    Sets the boot classpath attribute. Used by Ant.

    input

    The value of bootclasspath.

    Definition Classes
    Scalac
  143. def setBootclasspathref(input: Reference): Unit

    Sets the bootclasspath as an external reference Ant parameter.

    Sets the bootclasspath as an external reference Ant parameter.

    input

    A reference to a source path.

    Definition Classes
    Scalac
  144. def setCaseSensitive(arg0: Boolean): Unit

    Definition Classes
    MatchingTask
  145. def setClasspath(input: Path): Unit

    Sets the classpath attribute.

    Sets the classpath attribute. Used by Ant.

    input

    The value of classpath.

    Definition Classes
    Scalac
  146. def setClasspathref(input: Reference): Unit

    Sets the classpath as an external reference Ant parameter.

    Sets the classpath as an external reference Ant parameter.

    input

    A reference to a class path.

    Definition Classes
    Scalac
  147. def setCompilerPath(input: Path): Unit

    Sets the compilerPath attribute.

    Sets the compilerPath attribute. Used by Ant.

    input

    The value of compilerPath.

    Definition Classes
    Scalac
  148. def setCompilerPathRef(input: Reference): Unit

    Sets the compilerpathref attribute.

    Sets the compilerpathref attribute. Used by Ant.

    input

    The value of compilerpathref.

    Definition Classes
    Scalac
  149. def setDebuginfo(input: String): Unit

    Set the debug info attribute.

    Set the debug info attribute.

    input

    The value for debug.

    Definition Classes
    Scalac
  150. def setDefaultexcludes(arg0: Boolean): Unit

    Definition Classes
    MatchingTask
  151. def setDependencyfile(input: File): Unit

    Sets the dependencyfile attribute.

    Sets the dependencyfile attribute. Used by Ant.

    input

    The value of dependencyfile.

    Definition Classes
    Scalac
  152. def setDeprecation(input: String): Unit

    Set the deprecation info attribute.

    Set the deprecation info attribute.

    input

    One of the flags yes/no or on/off.

    Definition Classes
    Scalac
  153. def setDescription(arg0: String): Unit

    Definition Classes
    ProjectComponent
  154. def setDestdir(input: File): Unit

    Sets the destdir attribute.

    Sets the destdir attribute. Used by Ant.

    input

    The value of destination.

    Definition Classes
    Scalac
  155. def setEncoding(input: String): Unit

    Sets the encoding attribute.

    Sets the encoding attribute. Used by Ant.

    input

    The value of encoding.

    Definition Classes
    Scalac
  156. def setExcludes(arg0: String): Unit

    Definition Classes
    MatchingTask
  157. def setExcludesfile(arg0: File): Unit

    Definition Classes
    MatchingTask
  158. def setExplaintypes(input: String): Unit

    Set the explaintypes info attribute.

    Set the explaintypes info attribute.

    input

    One of the flags yes/no or on/off.

    Definition Classes
    Scalac
  159. def setExtdirs(input: Path): Unit

    Sets the external extensions path attribute.

    Sets the external extensions path attribute. Used by Ant.

    input

    The value of extdirs.

    Definition Classes
    Scalac
  160. def setExtdirsref(input: Reference): Unit

    Sets the extdirs as an external reference Ant parameter.

    Sets the extdirs as an external reference Ant parameter.

    input

    A reference to an extensions path.

    Definition Classes
    Scalac
  161. def setFailonerror(input: Boolean): Unit

    Sets the failonerror attribute.

    Sets the failonerror attribute. Used by Ant.

    input

    The value for failonerror.

    Definition Classes
    Scalac
  162. def setFollowSymlinks(arg0: Boolean): Unit

    Definition Classes
    MatchingTask
  163. def setForce(input: Boolean): Unit

    Sets the force attribute.

    Sets the force attribute. Used by Ant.

    input

    The value for force.

    Definition Classes
    Scalac
  164. def setFork(input: Boolean): Unit

    Sets the fork attribute.

    Sets the fork attribute. Used by Ant.

    input

    The value for fork.

    Definition Classes
    Scalac
  165. def setIPv4(input: Boolean): Unit

    Sets the ipv4 attribute.

    Sets the ipv4 attribute. Used by Ant.

    input

    The value for ipv4.

  166. def setIncludes(arg0: String): Unit

    Definition Classes
    MatchingTask
  167. def setIncludesfile(arg0: File): Unit

    Definition Classes
    MatchingTask
  168. def setJvmargs(input: String): Unit

    Sets the jvmargs attribute.

    Sets the jvmargs attribute. Used by Ant.

    input

    The value for jvmargs

    Definition Classes
    Scalac
  169. def setLocation(arg0: Location): Unit

    Definition Classes
    ProjectComponent
  170. def setLogPhase(input: String): Unit

    Sets the logphase attribute.

    Sets the logphase attribute. Used by Ant.

    input

    The value for logPhase.

    Definition Classes
    Scalac
  171. def setLogging(input: String): Unit

    Sets the logging level attribute.

    Sets the logging level attribute. Used by Ant.

    input

    The value for logging.

    Definition Classes
    Scalac
  172. def setMaxIdle(input: Int): Unit

    Sets the maxIdle attribute.

    Sets the maxIdle attribute. Used by Ant.

    input

    The value for maxIdle.

  173. def setNobootcp(input: String): Unit

    Set the nobootcp info attribute.

    Set the nobootcp info attribute.

    input

    One of the flags yes/no or on/off.

    Definition Classes
    Scalac
  174. def setNowarn(input: String): Unit

    Set the nowarn info attribute.

    Set the nowarn info attribute.

    input

    One of the flags yes/no or on/off.

    Definition Classes
    Scalac
  175. def setOptimise(input: String): Unit

    Set the optimise info attribute.

    Set the optimise info attribute.

    input

    One of the flags yes/no or on/off.

    Definition Classes
    Scalac
  176. def setOwningTarget(arg0: Target): Unit

    Definition Classes
    Task
  177. def setProject(arg0: Project): Unit

    Definition Classes
    MatchingTask → ProjectComponent
  178. def setReset(input: Boolean): Unit

    Sets the reset attribute.

    Sets the reset attribute. Used by Ant.

    input

    The value for reset.

  179. def setRuntimeConfigurableWrapper(arg0: RuntimeConfigurable): Unit

    Definition Classes
    Task
  180. def setScalacdebugging(input: Boolean): Unit

    Set the scalacdebugging info attribute.

    Set the scalacdebugging info attribute. If set to true, the scalac ant task will print out the filenames being compiled.

    input

    The specified flag

    Definition Classes
    Scalac
  181. def setServer(input: String): Unit

    Sets the server attribute.

    Sets the server attribute. Used by Ant.

    input

    The value for server.

  182. def setShutdown(input: Boolean): Unit

    Sets the shutdown attribute.

    Sets the shutdown attribute. Used by Ant.

    input

    The value for shutdown.

  183. def setSourcepath(input: Path): Unit

    Sets the sourcepath attribute.

    Sets the sourcepath attribute. Used by Ant.

    input

    The value of sourcepath.

    Definition Classes
    Scalac
  184. def setSourcepathref(input: Reference): Unit

    Sets the sourcepath as an external reference Ant parameter.

    Sets the sourcepath as an external reference Ant parameter.

    input

    A reference to a source path.

    Definition Classes
    Scalac
  185. def setSrcdir(input: Path): Unit

    Sets the srcdir attribute.

    Sets the srcdir attribute. Used by Ant.

    input

    The value of origin.

    Definition Classes
    Scalac
  186. def setSrcref(input: Reference): Unit

    Sets the origin as an external reference Ant parameter.

    Sets the origin as an external reference Ant parameter.

    input

    A reference to an origin path.

    Definition Classes
    Scalac
  187. def setTarget(input: String): Unit

    Sets the target attribute.

    Sets the target attribute. Used by Ant.

    input

    The value for target.

    Definition Classes
    Scalac
  188. def setTaskName(arg0: String): Unit

    Definition Classes
    Task
  189. def setTaskType(arg0: String): Unit

    Definition Classes
    Task
  190. def setUnchecked(input: String): Unit

    Set the unchecked info attribute.

    Set the unchecked info attribute.

    input

    One of the flags yes/no or on/off.

    Definition Classes
    Scalac
  191. def setUsejavacp(input: String): Unit

    Set the usejavacp info attribute.

    Set the usejavacp info attribute.

    input

    One of the flags yes/no or on/off.

    Definition Classes
    Scalac
  192. var sourcepath: Option[Path]

    The source path to use for this compilation.

    The source path to use for this compilation.

    Attributes
    protected
    Definition Classes
    Scalac
  193. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  194. def toString(): String

    Definition Classes
    AnyRef → Any
  195. var unchecked: Option[Boolean]

    Instruct the compiler to generate unchecked information.

    Instruct the compiler to generate unchecked information.

    Attributes
    protected
    Definition Classes
    Scalac
  196. var usejavacp: Option[Boolean]

    Instruct the compiler to use java.class.path in classpath resolution.

    Instruct the compiler to use java.class.path in classpath resolution.

    Attributes
    protected
    Definition Classes
    Scalac
  197. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  200. def [B](y: B): (FastScalac, B)

    Implicit information
    This member is added by an implicit conversion from FastScalac to ArrowAssoc[FastScalac] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from FastScalac to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (fastScalac: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from FastScalac to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (fastScalac: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: FastScalac

    Implicit information
    This member is added by an implicit conversion from FastScalac to ArrowAssoc[FastScalac] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (fastScalac: ArrowAssoc[FastScalac]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: FastScalac

    Implicit information
    This member is added by an implicit conversion from FastScalac to Ensuring[FastScalac] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (fastScalac: Ensuring[FastScalac]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Scalac

Inherited from ScalacShared

Inherited from ScalaMatchingTask

Inherited from ScalaTask

Inherited from MatchingTask

Inherited from SelectorContainer

Inherited from Task

Inherited from ProjectComponent

Inherited from java.lang.Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from FastScalac to StringAdd

Inherited by implicit conversion any2stringfmt from FastScalac to StringFormat

Inherited by implicit conversion any2ArrowAssoc from FastScalac to ArrowAssoc[FastScalac]

Inherited by implicit conversion any2Ensuring from FastScalac to Ensuring[FastScalac]

Ungrouped