Interface | Description |
---|---|
ClassLoadingPluginInterface |
Plugins implementing this type will be asked to load classes instead of having it handled by the PluginRegistry.
|
PluginFolderInterface |
Describes a possible location for a plugin
|
PluginInterface |
This interface describes the plugin itself, the IDs it listens too, what libraries (jar files) it uses, the names,
the i18n detailes, etc.
|
PluginRegistryExtension |
Implementations of this class extend the built-in functionality of the plugin registry.
|
PluginTypeInterface |
This interface describes a plugin type.
It expresses the ID and the name of the plugin type. Then it also explains what the plugin meta class is called and classes the plugin interface itself. It also explains us where to load plugins of this type. |
PluginTypeListener |
Listeners can be registered with the plugin registry to receive notifications of plugins being added/remove/modified
User: nbaker Date: 11/11/10
|
Class | Description |
---|---|
BasePluginType | |
DatabasePluginType |
This class represents the step plugin type.
|
JarFileAnnotationPlugin | |
JarFileCache | |
KettleSelectiveParentFirstClassLoader | |
KettleURLClassLoader | |
Plugin |
This describes the plugin itself, the IDs it listens too, what libraries (jar files) it uses, the names, the i18n
details, etc.
|
PluginFolder |
A folder to search plugins in.
|
PluginRegistry |
This singleton provides access to all the plugins in the Kettle universe.
It allows you to register types and plugins, query plugin lists per category, list plugins per type, etc. |
PluginRegistryPluginType |
Plugins of this type can extend to capabilities of the PluginRegiestry
User: nbaker Date: 3/14/11
|
Annotation Type | Description |
---|---|
DatabaseMetaPlugin |
This annotation signals to the plugin system that the class is a database metadata plugin.
|
ParentFirst | |
PluginAnnotationType | |
PluginClassTypeMapping |
This annotation describes extra plugin-specific class types to be managed by the registry.
|
PluginExtraClassTypes | |
PluginMainClassType |
This annotation when applied to a PluginType expresses the main class to associate with that type.
|
PluginTypeCategoriesOrder |
This annotation when applied to a PluginTypeInterface instance describes an ordered list of categories.
|
RegistryPlugin |
User: nbaker Date: 3/14/11
|