Package org.apache.nutch.plugin
Class PluginManifestParser
java.lang.Object
org.apache.nutch.plugin.PluginManifestParser
The
PluginManifestParser provides a mechanism for
parsing Nutch plugin manifest files (plugin.xml) contained
in a String of plugin directories.- Author:
- joa23
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPluginFolder(String name) Return the named plugin folder.parsePluginFolder(String[] pluginFolders) Returns a list of all found plugin descriptors.
-
Field Details
-
LOG
protected static final org.slf4j.Logger LOG
-
-
Constructor Details
-
PluginManifestParser
-
-
Method Details
-
parsePluginFolder
Returns a list of all found plugin descriptors.- Parameters:
pluginFolders- folders to search plugins from- Returns:
- A
Mapof all foundPluginDescriptors.
-
getPluginFolder
Return the named plugin folder. If the name is absolute then it is returned. Otherwise, for relative names, the classpath is scanned.- Parameters:
name- the name of a plugin folder- Returns:
- the plugin directory as a
File
-