org.apache.nutch.net
Interface URLFilter

All Known Implementing Classes:
PrefixURLFilter, RegexURLFilter

public interface URLFilter

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)
           
 

Field Detail

X_POINT_ID

public static final String X_POINT_ID
The name of the extension point.

Method Detail

filter

public String filter(String urlString)


Copyright © 2006 The Apache Software Foundation