Uses of Interface
org.apache.jsieve.comparators.Matches

Packages that use Matches
org.apache.jsieve.comparators   
 

Uses of Matches in org.apache.jsieve.comparators
 

Subinterfaces of Matches in org.apache.jsieve.comparators
 interface Comparator
          Interface Comparator defines the method signatures for Sieve comparators.
 

Classes in org.apache.jsieve.comparators that implement Matches
 class AsciiCasemap
          Class AsciiCasemap implements the EQUALITY operation of the i;ascii-casemap comparator as defined by RFC2244, section 3.4 - "With this function the values "hello" and "HELLO" have the same ordinal value and are considered equal".
 class AsciiNumeric
          Class AsciiNumeric implements the EQUALITY operation of the i;ascii-numeric comparator as defined by RFC2244, section 3.4.
 class Octet
          Class Octet implements the EQUALITY operation of the i;octet comparator as defined by RFC2244, section 3.4 - "For the equality function, two strings are equal if they are the same length and contain the same octets in the same order.
 



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