Uses of Class
org.apache.nutch.plugin.PluginRuntimeException

Packages that use PluginRuntimeException
org.apache.nutch.clustering   
org.apache.nutch.ontology   
org.apache.nutch.plugin The Nutch Plugin System. 
 

Uses of PluginRuntimeException in org.apache.nutch.clustering
 

Methods in org.apache.nutch.clustering that throw PluginRuntimeException
 OnlineClusterer OnlineClustererFactory.getOnlineClusterer()
           
 

Uses of PluginRuntimeException in org.apache.nutch.ontology
 

Methods in org.apache.nutch.ontology that throw PluginRuntimeException
 Ontology OntologyFactory.getOntology()
           
 

Uses of PluginRuntimeException in org.apache.nutch.plugin
 

Methods in org.apache.nutch.plugin that throw PluginRuntimeException
 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 © 2006 The Apache Software Foundation