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 Details

    • AspectJCompileSpec

      public AspectJCompileSpec()
  • Method Details

    • getAspectJClasspath

      public FileCollection getAspectJClasspath()
    • getAspectJCompileOptions

      public AspectJCompileOptions getAspectJCompileOptions()
    • getAdditionalInpath

      public FileCollection getAdditionalInpath()
    • getLauncher

      @Nullable public JavaLauncher getLauncher()
    • setAspectJClasspath

      public void setAspectJClasspath(FileCollection aspectJClasspath)
    • setAspectJCompileOptions

      public void setAspectJCompileOptions(AspectJCompileOptions aspectJCompileOptions)
    • setAdditionalInpath

      public void setAdditionalInpath(FileCollection additionalInpath)
    • setLauncher

      public void setLauncher(@Nullable JavaLauncher launcher)