diff --git a/plug-in-development/index.html b/plug-in-development/index.html index c120ed0..4733c3f 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -136,6 +136,14 @@ Type Description + + + IBuildConfigFieldContributor + IInterceptor + + Plug-ins that want to add custom fields to the generated BuildConfig class. + + IBuildDirectoryInterceptor IInterceptor @@ -168,6 +176,14 @@ Plug-ins that know how to turn files into bytecodes should implement this interface. + + ICompilerFlagContributor + IContributor + + + Plug-ins that need to add flags to the compiler. + + ICompilerInterceptor IInterceptor @@ -208,14 +224,6 @@ artifacts can be found. - - - ISourceDirectoriesInterceptor - IInterceptor - - Plug-ins that wamt to add, remove or alter the source directories should implement this interface. - - IRunnerContributor IContributor @@ -223,6 +231,24 @@ Plug-ins that can operate when the "run" task gets invoked should implement that interface. + + + ISourceDirectoryContributor + IContributor + + + Plug-ins that add source directories. + + + + + + ISourceDirectoryInterceptor + IInterceptor + + Plug-ins that want to add, remove or alter the source directories should implement this interface. + + ITestRunnerContributor