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