Class AndroidAspectJPostCompileWeavingPlugin
- java.lang.Object
-
- io.freefair.gradle.plugins.android.AndroidProjectPlugin
-
- io.freefair.gradle.plugins.android.aspectj.AndroidAspectJPostCompileWeavingPlugin
-
@Incubating public class AndroidAspectJPostCompileWeavingPlugin extends AndroidProjectPlugin
Implements AspectJ Post-Compile Weaving by adding anAjcAction
to theJavaCompile
tasks.- See Also:
AspectJPostCompileWeavingPlugin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.freefair.gradle.plugins.android.AndroidProjectPlugin
AndroidProjectPlugin.ProjectType
-
-
Constructor Summary
Constructors Constructor Description AndroidAspectJPostCompileWeavingPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
withAndroid(TestedExtension extension)
-
Methods inherited from class io.freefair.gradle.plugins.android.AndroidProjectPlugin
apply, getAllJava, getAndroidExtension, getAndroidVariants, getCompileClasspath, getOutput, getProject, getProjectType, getTaskName, getTestVariants, getUnitTestVariants, publishVariant
-
-
-
-
Method Detail
-
withAndroid
protected void withAndroid(TestedExtension extension)
- Overrides:
withAndroid
in classAndroidProjectPlugin
-
-