public class DefaultGosuCompileSpec
extends org.gradle.api.internal.tasks.compile.DefaultJvmLanguageCompileSpec
implements org.gradle.api.internal.tasks.compile.JavaCompileSpec
| Constructor and Description |
|---|
DefaultGosuCompileSpec() |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.tasks.compile.CompileOptions |
getCompileOptions() |
java.io.File |
getDependencyCacheDir() |
GosuCompileOptions |
getGosuCompileOptions() |
java.util.Set<java.io.File> |
getSourceRoots() |
void |
setCompileOptions(org.gradle.api.tasks.compile.CompileOptions compileOptions) |
void |
setDependencyCacheDir(java.io.File dependencyCacheDir) |
void |
setGosuCompileOptions(GosuCompileOptions gosuCompileOptions) |
void |
setSourceRoots(java.util.Set<java.io.File> srcDirSet) |
getClasspath, getDestinationDir, getSource, getSourceCompatibility, getTargetCompatibility, getTempDir, getWorkingDir, setClasspath, setDestinationDir, setSource, setSourceCompatibility, setTargetCompatibility, setTempDir, setWorkingDirclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDestinationDirgetClasspath, getSource, getSourceCompatibility, getTargetCompatibility, getTempDir, getWorkingDir, setClasspath, setDestinationDir, setSource, setSourceCompatibility, setTargetCompatibility, setTempDir, setWorkingDirpublic java.util.Set<java.io.File> getSourceRoots()
public void setSourceRoots(java.util.Set<java.io.File> srcDirSet)
public org.gradle.api.tasks.compile.CompileOptions getCompileOptions()
getCompileOptions in interface org.gradle.api.internal.tasks.compile.JavaCompileSpecpublic void setCompileOptions(org.gradle.api.tasks.compile.CompileOptions compileOptions)
public java.io.File getDependencyCacheDir()
getDependencyCacheDir in interface org.gradle.api.internal.tasks.compile.JavaCompileSpecpublic void setDependencyCacheDir(java.io.File dependencyCacheDir)
setDependencyCacheDir in interface org.gradle.api.internal.tasks.compile.JavaCompileSpecpublic GosuCompileOptions getGosuCompileOptions()
public void setGosuCompileOptions(GosuCompileOptions gosuCompileOptions)