spider.util
Class BadURLList

java.lang.Object
  |
  +--spider.util.BadURLList

public class BadURLList
extends java.lang.Object

a list of URLs that do not repond properly to HTTP (text/html) request

Author:
gpant

Constructor Summary
BadURLList()
           
 
Method Summary
static void addElement(java.lang.String URL)
           
static boolean isBadURL(java.lang.String URL)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BadURLList

public BadURLList()
Method Detail

addElement

public static void addElement(java.lang.String URL)

isBadURL

public static boolean isBadURL(java.lang.String URL)