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

Packages that use PluginRuntimeException
org.apache.nutch.clustering   
org.apache.nutch.ontology   
org.apache.nutch.plugin   
 

Uses of PluginRuntimeException in org.apache.nutch.clustering
 

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

Uses of PluginRuntimeException in org.apache.nutch.ontology
 

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

Uses of PluginRuntimeException in org.apache.nutch.plugin
 

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



Copyright © 2006 The Apache Software Foundation