diff --git a/plug-in-development/index.html b/plug-in-development/index.html index b6dbcd0..0df15db 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -94,7 +94,7 @@
All plug-in actors are interfaces that extend IPluginActor
. Plug-ins extend IPlugin
,
- interceptors extend
and contributors extend IInterceptor
. When Kobalt parses your
+ interceptors extend IContributor
IInterceptor
and contributors extend IContributor
. When Kobalt parses your
kobalt-plugin.xml
, it instantiates all the classes found in the <plugin-actors>
tag
and then introspects them to find out which IPluginActor
interfaces that class implements.
@@ -131,7 +131,7 @@
IBuildDirectoryInterceptor
IInterceptor
IInterceptor
IClasspathContributor
IContributor
IContributor
"compile"
task.
ISourceDirectoriesInterceptor
IInterceptor
IInterceptor