Package org.pentaho.di.core.annotations
Annotation Type PluginDialog
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface PluginDialog
An alternate way of defining plugin's dialog. Classes annotated with "PluginDialog" are automatically recognized and added to the corresponding plugin's classloader.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
id
String
image
PluginDialog.PluginType
pluginType
-
-
-
Element Detail
-
id
String id
- Returns:
- The ID of the plugin.
-
-
-
image
String image
- Returns:
- The image resource path
-
-
-
pluginType
PluginDialog.PluginType pluginType
- Returns:
- The plugin type
-
-
-
documentationUrl
String documentationUrl
- Returns:
- The documentation url
- Default:
- ""
-
-
-
casesUrl
String casesUrl
- Returns:
- The cases url
- Default:
- ""
-
-
-
forumUrl
String forumUrl
- Returns:
- The forum url
- Default:
- ""
-
-