org.apache.jsieve.comparators
Interface Comparator

All Superinterfaces:
Contains, Equals, Matches
All Known Implementing Classes:
AsciiCasemap, AsciiNumeric, Octet

public interface Comparator
extends Equals, Contains, Matches

Interface Comparator defines the method signatures for Sieve comparators. It consists of Equals, Contains and Matches Comparisons.


Method Summary
 
Methods inherited from interface org.apache.jsieve.comparators.Equals
equals
 
Methods inherited from interface org.apache.jsieve.comparators.Contains
contains
 
Methods inherited from interface org.apache.jsieve.comparators.Matches
matches
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.