Class AspectJCompileSpec
- java.lang.Object
 - 
- org.gradle.api.internal.tasks.compile.DefaultJvmLanguageCompileSpec
 - 
- io.freefair.gradle.plugins.aspectj.internal.AspectJCompileSpec
 
 
 
- 
- All Implemented Interfaces:
 Serializable,org.gradle.api.internal.tasks.compile.JvmLanguageCompileSpec,org.gradle.language.base.internal.compile.CompileSpec
public class AspectJCompileSpec extends org.gradle.api.internal.tasks.compile.DefaultJvmLanguageCompileSpec- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AspectJCompileSpec() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)FileCollectiongetAspectJClasspath()AspectJCompileOptionsgetAspectJCompileOptions()inthashCode()voidsetAspectJClasspath(FileCollection aspectJClasspath)voidsetAspectJCompileOptions(AspectJCompileOptions aspectJCompileOptions)StringtoString()- 
Methods inherited from class org.gradle.api.internal.tasks.compile.DefaultJvmLanguageCompileSpec
getCompileClasspath, getDestinationDir, getSourceCompatibility, getSourceFiles, getSourceRoots, getTargetCompatibility, getTempDir, getWorkingDir, setCompileClasspath, setDestinationDir, setSourceCompatibility, setSourceFiles, setSourcesRoots, setTargetCompatibility, setTempDir, setWorkingDir 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getAspectJClasspath
public FileCollection getAspectJClasspath()
 
- 
getAspectJCompileOptions
public AspectJCompileOptions getAspectJCompileOptions()
 
- 
setAspectJClasspath
public void setAspectJClasspath(FileCollection aspectJClasspath)
 
- 
setAspectJCompileOptions
public void setAspectJCompileOptions(AspectJCompileOptions aspectJCompileOptions)
 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -