public class DefaultScalaJavaJointCompileSpec extends DefaultJavaCompileSpec implements ScalaJavaJointCompileSpec
| Constructor and Description |
|---|
DefaultScalaJavaJointCompileSpec() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<File> |
getScalaClasspath() |
org.gradle.api.tasks.scala.ScalaCompileOptions |
getScalaCompileOptions() |
void |
setScalaClasspath(Iterable<File> scalaClasspath) |
getCompileOptions, getDependencyCacheDir, getSourceCompatibility, getTargetCompatibility, setDependencyCacheDir, setSourceCompatibility, setTargetCompatibilitygetClasspath, getDestinationDir, getSource, setClasspath, setDestinationDir, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCompileOptions, getDependencyCacheDir, getSourceCompatibility, getTargetCompatibility, setDependencyCacheDir, setSourceCompatibility, setTargetCompatibilitygetClasspath, 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