Uses of Class
org.apache.nutch.plugin.PluginDescriptor
Packages that use PluginDescriptor
-
Uses of PluginDescriptor in org.apache.nutch.plugin
Methods in org.apache.nutch.plugin that return PluginDescriptorModifier and TypeMethodDescriptionExtension.getDescriptor()Get the plugin descriptor.Plugin.getDescriptor()Returns the plugin descriptorPluginRepository.getPluginDescriptor(String pPluginId) Returns the descriptor of one plugin identified by a plugin id.PluginRepository.getPluginDescriptors()Returns all registed plugin descriptors.Methods in org.apache.nutch.plugin that return types with arguments of type PluginDescriptorModifier and TypeMethodDescriptionPluginManifestParser.parsePluginFolder(String[] pluginFolders) Returns a list of all found plugin descriptors.Methods in org.apache.nutch.plugin with parameters of type PluginDescriptorModifier and TypeMethodDescriptionClass<?>PluginRepository.getCachedClass(PluginDescriptor pDescriptor, String className) PluginRepository.getPluginInstance(PluginDescriptor pDescriptor) Returns an instance of a plugin.voidExtension.setDescriptor(PluginDescriptor pDescriptor) Sets the plugin descriptor and is only used until model creation at system start up.Constructors in org.apache.nutch.plugin with parameters of type PluginDescriptorModifierConstructorDescriptionExtension(PluginDescriptor pDescriptor, String pExtensionPoint, String pId, String pExtensionClass, Configuration conf, PluginRepository pluginRepository) Plugin(PluginDescriptor pDescriptor, Configuration conf) Overloaded constructor