public class DefaultScalaCompileSpec extends DefaultJvmLanguageCompileSpec implements ScalaCompileSpec
| Constructor and Description |
|---|
DefaultScalaCompileSpec() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<File> |
getScalaClasspath() |
org.gradle.api.tasks.scala.ScalaCompileOptions |
getScalaCompileOptions() |
void |
setScalaClasspath(Iterable<File> scalaClasspath) |
getClasspath, getDestinationDir, getSource, setClasspath, setDestinationDir, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClasspath, getDestinationDir, getSource, setClasspath, setDestinationDir, setSourcepublic org.gradle.api.tasks.scala.ScalaCompileOptions getScalaCompileOptions()
getScalaCompileOptions in interface ScalaCompileSpecpublic Iterable<File> getScalaClasspath()
getScalaClasspath in interface ScalaCompileSpecpublic void setScalaClasspath(Iterable<File> scalaClasspath)
setScalaClasspath in interface ScalaCompileSpecCopyright © 2013. All rights reserved