diff --git a/plug-in-development/index.html b/plug-in-development/index.html index 9a89bcb..a54a451 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -123,9 +123,24 @@ class JavaBuildGenerator: ITemplateContributor {
IAssemblyContributor
IContributor
assemble
task is called.
+
+ IBuildConfigContributor
IContributor
BuildConfig
file.
+
- IBuildConfigFieldContributor
IInterceptor
BuildConfig
class.
@@ -159,7 +174,7 @@ class JavaBuildGenerator: ITemplateContributor {
ICompilerContributor
IContributor
compile
task is called.
IMavenIdInterceptor
IInterceptor
IProjectContributor
IContributor
- ISourceDirectoryInterceptor
IInterceptor
ITemplateContributor
IContributor
--init
followed by template names separated by commas,
- Kobalt will invoke each of these contributors so they can generate their files.
- Templates are useful to create projects from scratch with a minimal number of
- files to get started. For example, the "java" template will generate a Build.kt
- file suitable for a brand new Java project.
-
- ITestRunnerContributor
IContributor
"test"
task gets invoked should implement that interface.
-
- ITestSourceDirectoryContributor
IContributor
-
+ ISourceDirectoryInterceptor
IInterceptor
ITemplateContributor
IContributor
--init
followed by template names separated by commas,
+ Kobalt will invoke each of these contributors so they can generate their files.
+ Templates are useful to create projects from scratch with a minimal number of
+ files to get started. For example, the "java" template will generate a Build.kt
+ file suitable for a brand new Java project.
+
+ ITestRunnerContributor
IContributor
"test"
task gets invoked should implement that interface.
+
+ ITestSourceDirectoryContributor
IContributor
+