org.apache.nutch.net
Class URLFilters

java.lang.Object
  extended byorg.apache.nutch.net.URLFilters

public class URLFilters
extends Object

Creates and caches URLFilter implementing plugins.


Method Summary
static String filter(String urlString)
          Run all defined filters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

filter

public static String filter(String urlString)
                     throws URLFilterException
Run all defined filters. Assume logical AND.

Throws:
URLFilterException


Copyright © 2006 The Apache Software Foundation