Uses of Class
org.apache.jsieve.tests.AbstractTest

Packages that use AbstractTest
org.apache.jsieve.tests   
org.apache.jsieve.tests.optional   
 

Uses of AbstractTest in org.apache.jsieve.tests
 

Subclasses of AbstractTest in org.apache.jsieve.tests
 class AbstractCompatatorTest
           
 class Address
          Class Address implements the Addresss Test as defined in RFC 3028, section 5.1.
 class AllOf
          Class AllOf implements the AllOf Test as defined in RFC 3028, section 5.2.
 class AnyOf
          Class AnyOf implements the AnyOf Test as defined in RFC 3028, section 5.3.
 class Exists
          Class Exists implements the Exists Test as defined in RFC 3028, section 5.5.
 class False
          Class False implements the False Test as defined in RFC 3028, section 5.6.
 class Header
          Class Header implements the Header Test as defined in RFC 3028, section 5.7.
 class Not
          Class Not implements the Not Test as defined in RFC 3028, section 5.8.
 class Size
          Class Size implements the Size Test as defined in RFC 3028, section 5.9.
 class True
          Class True implements the True Test as defined in RFC 3028, section 5.10.
 

Uses of AbstractTest in org.apache.jsieve.tests.optional
 

Subclasses of AbstractTest in org.apache.jsieve.tests.optional
 class Body
          This implements a single subset of the 'body' Sieve test as define here: http://tools.ietf.org/html/draft-ietf-sieve-body-00
 class Envelope
          Class Envelope implements the optional Envelope Test as defined in RFC 3028, section 5.4.
 



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