iglu.net
Class BlackListItem

java.lang.Object
  |
  +--iglu.net.BlackListItem

public class BlackListItem
extends java.lang.Object

An entry in the BlackList.

Since:
February 2000
Version:
0.1
Author:
Travis BauerTravis Bauer

Field Summary
 int blClass
          where the blacklisted text should occur
 java.lang.String blText
          what text should indicate a blacklisted URL
static int CONTENT
          block when the text occurs in the content
static int TITLE
          block when the text occurs in the title
static int URL
          block when the text occurs in the url
 
Constructor Summary
BlackListItem(int nc, java.lang.String blt)
          constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blClass

public int blClass
where the blacklisted text should occur


blText

public java.lang.String blText
what text should indicate a blacklisted URL


URL

public static final int URL
block when the text occurs in the url

See Also:
Constant Field Values

TITLE

public static final int TITLE
block when the text occurs in the title

See Also:
Constant Field Values

CONTENT

public static final int CONTENT
block when the text occurs in the content

See Also:
Constant Field Values
Constructor Detail

BlackListItem

public BlackListItem(int nc,
                     java.lang.String blt)
constructor

Parameters:
nc -
blt -