diff --git a/plug-in-development/index.html b/plug-in-development/index.html index 8808065..d83e1cb 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -129,6 +129,14 @@ Type Description + + + IBuildConfigFieldContributor + IInterceptor + + Plug-ins that want to add custom fields to the generated BuildConfig class. + + IBuildDirectoryInterceptor IInterceptor @@ -161,6 +169,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 @@ -201,14 +217,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 @@ -216,6 +224,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