public class DefaultGroovyJavaJointCompileSpec extends DefaultJavaCompileSpec implements GroovyJavaJointCompileSpec
| Constructor and Description |
|---|
DefaultGroovyJavaJointCompileSpec() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<File> |
getGroovyClasspath() |
GroovyCompileOptions |
getGroovyCompileOptions() |
void |
setGroovyClasspath(Iterable<File> groovyClasspath) |
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 GroovyCompileOptions getGroovyCompileOptions()
getGroovyCompileOptions in interface GroovyCompileSpecpublic Iterable<File> getGroovyClasspath()
getGroovyClasspath in interface GroovyCompileSpecpublic void setGroovyClasspath(Iterable<File> groovyClasspath)
setGroovyClasspath in interface GroovyCompileSpecCopyright © 2013. All rights reserved