Uses of Interface
org.apache.nutch.plugin.Pluggable

Packages that use Pluggable
com.endeca.itl.web.auth   
com.endeca.itl.web.process   
org.apache.nutch.net   
org.apache.nutch.parse   
org.apache.nutch.protocol   
 

Uses of Pluggable in com.endeca.itl.web.auth
 

Subinterfaces of Pluggable in com.endeca.itl.web.auth
 interface Authenticator
           
 

Uses of Pluggable in com.endeca.itl.web.process
 

Subinterfaces of Pluggable in com.endeca.itl.web.process
 interface EndecaRecordGenerator
           
 interface EndecaRecordOutputter
           
 

Uses of Pluggable in org.apache.nutch.net
 

Subinterfaces of Pluggable in org.apache.nutch.net
 interface URLFilter
          Interface used to limit which URLs enter Nutch.
 

Uses of Pluggable in org.apache.nutch.parse
 

Subinterfaces of Pluggable in org.apache.nutch.parse
 interface HtmlParseFilter
          Deprecated. Extension point for DOM-based HTML parsers. Permits one to add additional metadata to HTML parses. All plugins found which implement this extension point are run sequentially on the parse.
 interface ParseFilter
           
 interface Parser
          A parser for content generated by a Protocol implementation.
 

Uses of Pluggable in org.apache.nutch.protocol
 

Subinterfaces of Pluggable in org.apache.nutch.protocol
 interface Protocol
          A retriever of url content.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.