public class DefaultJavaCompileSpec extends DefaultJvmLanguageCompileSpec implements JavaCompileSpec
| Constructor and Description |
|---|
DefaultJavaCompileSpec() |
| Modifier and Type | Method and Description |
|---|---|
CompileOptions |
getCompileOptions() |
File |
getDependencyCacheDir() |
String |
getSourceCompatibility() |
String |
getTargetCompatibility() |
void |
setDependencyCacheDir(File dependencyCacheDir) |
void |
setSourceCompatibility(String sourceCompatibility) |
void |
setTargetCompatibility(String targetCompatibility) |
getClasspath, getDestinationDir, getSource, setClasspath, setDestinationDir, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClasspath, getDestinationDir, getSource, setClasspath, setDestinationDir, setSourcepublic CompileOptions getCompileOptions()
getCompileOptions in interface JavaCompileSpecpublic File getDependencyCacheDir()
getDependencyCacheDir in interface JavaCompileSpecpublic void setDependencyCacheDir(File dependencyCacheDir)
setDependencyCacheDir in interface JavaCompileSpecpublic String getSourceCompatibility()
getSourceCompatibility in interface JavaCompileSpecpublic void setSourceCompatibility(String sourceCompatibility)
setSourceCompatibility in interface JavaCompileSpecpublic String getTargetCompatibility()
getTargetCompatibility in interface JavaCompileSpecpublic void setTargetCompatibility(String targetCompatibility)
setTargetCompatibility in interface JavaCompileSpecCopyright © 2013. All rights reserved