You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.filters.FilterBase

java.lang.Object
   |
   +----grendel.filters.FilterBase

class  FilterBase
     extends java.lang.Object
     implements grendel.filters.IFilter
{
          // Fields 3
     private IFilterAction fAction;
     private SearchTerm fMatchTerm;
     private String fName;

          // Constructors 1
     FilterBase(String, SearchTerm, IFilterAction);

          // Methods 3
     public void exorcise(Message);
     public boolean match(Message);
     public String toString();
}



Fields


fName

   private String fName


fMatchTerm

   private SearchTerm fMatchTerm


fAction

   private IFilterAction fAction



Constructors


FilterBase

   FilterBase(String name, 
              SearchTerm term, 
              IFilterAction action) 



Methods


match

   public boolean match(Message message) 
Implements:
match in interface IFilter


exorcise

   public void exorcise(Message message) 
Implements:
exorcise in interface IFilter


toString

   public String toString() 
Overrides:
toString in class Object
Implements:
toString in interface IFilter


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4