|
Class Summary |
| Extension |
A Extension is a kind of listener descriptor that will be
installed on a concret ExtensionPoint that act as kind of
Publisher. |
| ExtensionPoint |
The ExtensionPoint provide meta information of a extension
point. |
| Plugin |
A nutch-plugin is an container for a set of custom logic that provide
extensions to the nutch core functionality or a other plugin that proides a
API for extending. |
| PluginClassLoader |
The PluginClassLoader contains only classes of the runtime
libraries setuped in the plugin manifest file and exported libraries of
plugins that are required pluguin. |
| PluginDescriptor |
The PluginDescriptor provide access to all meta information of
a nutch-plugin, as well to the internationalizable resources and the plugin
own classloader. |
| PluginManifestParser |
The PluginManifestParser parser just parse the manifest file in all plugin
directories. |
| PluginRepository |
The plugin repositority is a registry of all plugins. |