Package org.pentaho.di.core.annotations
Annotation Interface CarteServlet
This annotation signals to the Kettle plugin registry that it needs to consider the annotated class as a carte
servlet plugin. The class needs to implement the CartePluginInterface interface
- Author:
- Matt Casters
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
-
Element Details
-
id
String id- Returns:
- The ID of the plugin. You can specify more than one ID in a comma separated format: id1,id2,id3 for deprecation purposes.
-
name
String name -
description
String description- Default:
""
-
isSeparateClassLoaderNeeded
boolean isSeparateClassLoaderNeeded- Returns:
- True if a separate class loader is needed every time this class is instantiated
- Default:
false
-
i18nPackageName
String i18nPackageName- Default:
""
-
classLoaderGroup
String classLoaderGroup- Default:
""
-