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

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

Uses of PluginRuntimeException in org.apache.nutch.parse
 

Methods in org.apache.nutch.parse that throw PluginRuntimeException
protected  List<ParseFilter> ParseFilters.getExtensionList(Extension[] extensions)
           
 

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 © 2007, 2012, Oracle and/or its affiliates. All rights reserved.