Uses of Interface
org.apache.jsieve.tests.ExecutableTest

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

Uses of ExecutableTest in org.apache.jsieve
 

Methods in org.apache.jsieve that return ExecutableTest
 ExecutableTest TestManager.getTest(java.lang.String name)
           Method newInstance answers an instance of the class to which a Test name is mapped.
abstract  ExecutableTest SieveContext.getTest(java.lang.String name)
           
 ExecutableTest BaseSieveContext.getTest(java.lang.String name)
           
 ExecutableTest TestManagerImpl.getTest(java.lang.String name)
           Method newInstance answers an instance of the class to which a Test name is mapped.
 

Uses of ExecutableTest in org.apache.jsieve.tests
 

Classes in org.apache.jsieve.tests that implement ExecutableTest
 class AbstractCompatatorTest
           
 class AbstractTest
          Abstract class AbstractTest defines a framework of common behavior for Sieve Tests.
 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 ExecutableTest in org.apache.jsieve.tests.optional
 

Classes in org.apache.jsieve.tests.optional that implement ExecutableTest
 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.