Package | Description |
---|---|
org.apache.nutch.parse | |
org.apache.nutch.plugin |
The Nutch
Plugin System. |
Modifier and Type | Method and Description |
---|---|
protected List<ParseFilter> |
ParseFilters.getExtensionList(Extension[] extensions) |
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.
|
Copyright © 2007, 2017, Oracle and/or its affiliates. All rights reserved.