Uses of Class
org.apache.nutch.plugin.PluginRepository
-
Packages that use PluginRepository Package Description org.apache.nutch.plugin The NutchPlugin
System. -
-
Uses of PluginRepository in org.apache.nutch.plugin
Methods in org.apache.nutch.plugin that return PluginRepository Modifier and Type Method Description static PluginRepository
PluginRepository. get(Configuration conf)
Get a cached instance of thePluginRepository
Methods in org.apache.nutch.plugin with parameters of type PluginRepository Modifier and Type Method Description void
URLStreamHandlerFactory. registerPluginRepository(PluginRepository pr)
Use this method once a new PluginRepository was created to register it.Constructors in org.apache.nutch.plugin with parameters of type PluginRepository Constructor Description Extension(PluginDescriptor pDescriptor, String pExtensionPoint, String pId, String pExtensionClass, Configuration conf, PluginRepository pluginRepository)
PluginManifestParser(Configuration conf, PluginRepository pluginRepository)
-