Package | Description |
---|---|
org.apache.nutch.plugin |
The Nutch
Plugin System. |
org.apache.nutch.protocol |
Classes related to the
Protocol interface,
see also org.apache.nutch.net.protocols . |
Modifier and Type | Method and Description |
---|---|
Object |
Extension.getExtensionInstance()
Return an instance of the extension implementatio.
|
Plugin |
PluginRepository.getPluginInstance(PluginDescriptor pDescriptor)
Returns a instance of a plugin.
|
void |
Plugin.shutDown()
Shutdown the plugin.
|
void |
Plugin.startUp()
Will be invoked until plugin start up.
|
Modifier and Type | Method and Description |
---|---|
Protocol |
ProtocolFactory.getProtocolById(String id) |
Copyright © 2021 The Apache Software Foundation