Package | Description |
---|---|
org.apache.nutch.plugin |
The Nutch
Plugin System. |
Modifier and Type | Method and Description |
---|---|
PluginDescriptor |
Plugin.getDescriptor()
Returns the plugin descriptor
|
PluginDescriptor |
Extension.getDescriptor()
return the plugin descriptor.
|
PluginDescriptor |
PluginRepository.getPluginDescriptor(String pPluginId)
Returns the descriptor of one plugin identified by a plugin id.
|
PluginDescriptor[] |
PluginRepository.getPluginDescriptors()
Returns all registed plugin descriptors.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PluginDescriptor> |
PluginManifestParser.parsePluginFolder(String[] pluginFolders)
Returns a list of all found plugin descriptors.
|
Modifier and Type | Method and Description |
---|---|
Plugin |
PluginRepository.getPluginInstance(PluginDescriptor pDescriptor)
Returns a instance of a plugin.
|
void |
Extension.setDescriptor(PluginDescriptor pDescriptor)
Sets the plugin descriptor and is only used until model creation at system
start up.
|
Constructor and Description |
---|
Extension(PluginDescriptor pDescriptor,
String pExtensionPoint,
String pId,
String pExtensionClass,
Configuration conf,
PluginRepository pluginRepository) |
Plugin(PluginDescriptor pDescriptor,
Configuration conf)
Constructor
|
Copyright © 2007, 2017, Oracle and/or its affiliates. All rights reserved.