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