Class AspectJCompiler
- java.lang.Object
 - 
- io.freefair.gradle.plugins.aspectj.internal.AspectJCompiler
 
 
- 
- All Implemented Interfaces:
 org.gradle.language.base.internal.compile.Compiler<AspectJCompileSpec>
public class AspectJCompiler extends Object implements org.gradle.language.base.internal.compile.Compiler<AspectJCompileSpec>
 
- 
- 
Constructor Summary
Constructors Constructor Description AspectJCompiler(ExecOperations execOperations) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkResultexecute(AspectJCompileSpec spec) 
 - 
 
- 
- 
Constructor Detail
- 
AspectJCompiler
public AspectJCompiler(ExecOperations execOperations)
 
 - 
 
- 
Method Detail
- 
execute
public WorkResult execute(AspectJCompileSpec spec)
- Specified by:
 executein interfaceorg.gradle.language.base.internal.compile.Compiler<AspectJCompileSpec>
 
 - 
 
 -