Package org.pentaho.di.core.annotations
Annotation 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.
-
Nested Class Summary
-
Required Element Summary
Modifier and TypeRequired ElementDescription -
Optional Element Summary
-
Element Details
-
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
-
-