|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PluginDescriptor | |
| net.nutch.plugin | |
| Uses of PluginDescriptor in net.nutch.plugin |
| Methods in net.nutch.plugin that return PluginDescriptor | |
PluginDescriptor[] |
PluginRepository.getPluginDescriptors()
Returns all registed plugin descriptors. |
PluginDescriptor |
PluginRepository.getPluginDescriptor(String pPluginId)
Returns the descriptor of one plugin identified by a plugin id. |
PluginDescriptor |
Plugin.getDescriptor()
Returns the plugin descriptor |
PluginDescriptor |
Extension.getDiscriptor()
return the plugin descriptor. |
| Methods in net.nutch.plugin with parameters of type PluginDescriptor | |
Plugin |
PluginRepository.getPluginInstance(PluginDescriptor pDescriptor)
Returns a instance of a plugin. |
void |
Extension.setDiscriptor(PluginDescriptor pDescriptor)
Sets the plugin descriptor and is only used until model creation at system start up. |
| Constructors in net.nutch.plugin with parameters of type PluginDescriptor | |
Plugin(PluginDescriptor pDescriptor)
Constructor |
|
Extension(PluginDescriptor pDescriptor,
String pExtensionPoint,
String pId,
String pExtensionClass)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||