Uses of Class
net.nutch.plugin.PluginRuntimeException

Packages that use PluginRuntimeException
net.nutch.clustering   
net.nutch.ontology   
net.nutch.plugin   
 

Uses of PluginRuntimeException in net.nutch.clustering
 

Methods in net.nutch.clustering that throw PluginRuntimeException
static OnlineClusterer OnlineClustererFactory.getOnlineClusterer()
           
 

Uses of PluginRuntimeException in net.nutch.ontology
 

Methods in net.nutch.ontology that throw PluginRuntimeException
static Ontology OntologyFactory.getOntology()
           
 

Uses of PluginRuntimeException in net.nutch.plugin
 

Methods in net.nutch.plugin that throw PluginRuntimeException
 Plugin PluginRepository.getPluginInstance(PluginDescriptor pDescriptor)
          Returns a instance of a plugin.
 void Plugin.startUp()
          Will be invoked until plugin start up.
 void Plugin.shutDown()
          Shutdown the plugin.
 Object Extension.getExtensionInstance()
          Return an instance of the extension implementatio.
 



Copyright © 2005 The Nutch Organization.