ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filter/PluginFilter.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/PluginFilter.java (file contents):
Revision 1.3 by tdb, Sun Jan 28 05:26:25 2001 UTC vs.
Revision 1.4 by tdb, Thu Feb 1 00:18:42 2001 UTC

# Line 5 | Line 5 | package uk.ac.ukc.iscream.filter;
5   import uk.ac.ukc.iscream.util.XMLPacket;
6  
7   /**
8 < * the plugin filter interface
8 > * An interface to which a Plugin for a Filter must adhere.
9   *
10   * @author  $Author$
11   * @version $Id$
12   */
13   public interface PluginFilter {
14 <  
14 >
15   //---STATIC METHODS---
16  
17   //---CONSTRUCTORS---
# Line 31 | Line 31 | public interface PluginFilter {
31      
32      /**
33       * Return a String representation of what the plugin filter
34 <     * does (e.g. "Rejects packets if x y and z")
34 >     * does (e.g. "Rejects packets if x, y, and z")
35       *
36       * @return the description
37       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines