public class AspectJCompileSpec
extends org.gradle.api.internal.tasks.compile.DefaultJvmLanguageCompileSpec
| Constructor and Description |
|---|
AspectJCompileSpec() |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.FileCollection |
getAdditionalInpath() |
org.gradle.api.file.FileCollection |
getAspectJClasspath() |
AspectJCompileOptions |
getAspectJCompileOptions() |
org.gradle.jvm.toolchain.JavaLauncher |
getLauncher() |
void |
setAdditionalInpath(org.gradle.api.file.FileCollection additionalInpath) |
void |
setAspectJClasspath(org.gradle.api.file.FileCollection aspectJClasspath) |
void |
setAspectJCompileOptions(AspectJCompileOptions aspectJCompileOptions) |
void |
setLauncher(org.gradle.jvm.toolchain.JavaLauncher launcher) |
getCompileClasspath, getDestinationDir, getRelease, getSourceCompatibility, getSourceFiles, getSourceRoots, getTargetCompatibility, getTempDir, getWorkingDir, setCompileClasspath, setDestinationDir, setRelease, setSourceCompatibility, setSourceFiles, setSourcesRoots, setTargetCompatibility, setTempDir, setWorkingDirpublic org.gradle.api.file.FileCollection getAspectJClasspath()
public AspectJCompileOptions getAspectJCompileOptions()
public org.gradle.api.file.FileCollection getAdditionalInpath()
@Nullable public org.gradle.jvm.toolchain.JavaLauncher getLauncher()
public void setAspectJClasspath(org.gradle.api.file.FileCollection aspectJClasspath)
public void setAspectJCompileOptions(AspectJCompileOptions aspectJCompileOptions)
public void setAdditionalInpath(org.gradle.api.file.FileCollection additionalInpath)
public void setLauncher(@Nullable org.gradle.jvm.toolchain.JavaLauncher launcher)