org.apache.nutch.net
Interface URLFilter

All Superinterfaces:
Configurable, Pluggable

public interface URLFilter
extends Pluggable, Configurable

Interface used to limit which URLs enter Nutch. Used by the injector and the db updater.


Field Summary
static String X_POINT_ID
          The name of the extension point.
 
Method Summary
 String filter(String urlString)
           
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Field Detail

X_POINT_ID

static final String X_POINT_ID
The name of the extension point.

Method Detail

filter

String filter(String urlString)


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