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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAdditionalInpath(FileCollection additionalInpath) voidsetAspectJClasspath(FileCollection aspectJClasspath) voidsetAspectJCompileOptions(AspectJCompileOptions aspectJCompileOptions) voidsetLauncher(JavaLauncher launcher) Methods inherited from class org.gradle.api.internal.tasks.compile.DefaultJvmLanguageCompileSpec
getCompileClasspath, getDestinationDir, getRelease, getSourceCompatibility, getSourceFiles, getSourceRoots, getTargetCompatibility, getTempDir, getWorkingDir, setCompileClasspath, setDestinationDir, setRelease, setSourceCompatibility, setSourceFiles, setSourcesRoots, setTargetCompatibility, setTempDir, setWorkingDir
-
Constructor Details
-
AspectJCompileSpec
public AspectJCompileSpec()
-
-
Method Details
-
getAspectJClasspath
-
getAspectJCompileOptions
-
getAdditionalInpath
-
getLauncher
-
setAspectJClasspath
-
setAspectJCompileOptions
-
setAdditionalInpath
-
setLauncher
-