From 56ef02934cd206dc2c57ce5fcf08121a0e97390c Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 4 Jul 2016 11:15:53 -0700 Subject: [PATCH] Document ITaskContributor and IIncrementalTaskContributor. --- plug-in-development/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/plug-in-development/index.html b/plug-in-development/index.html index 75aafde..624f34c 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -251,6 +251,13 @@ class JavaBuildGenerator: ITemplateContributor { Plug-ins that need to add flags to the compiler. + + IIncrementalTaskContributor + IContributor + + Plug-ins that implement this interface provide incremental tasks. + + ICompilerInterceptor IInterceptor @@ -314,6 +321,13 @@ class JavaBuildGenerator: ITemplateContributor { Plug-ins that want to add, remove or alter the source directories should implement this interface. + + ITaskContributor + IContributor + + Plug-ins that implement this interface provide tasks. + + ITemplateContributor IContributor