org.apache.jsieve.tests
Class AllOf

java.lang.Object
  extended byorg.apache.jsieve.tests.AbstractTest
      extended byorg.apache.jsieve.tests.AllOf
All Implemented Interfaces:
ExecutableTest

public class AllOf
extends AbstractTest

Class AllOf implements the AllOf Test as defined in RFC 3028, section 5.2.


Constructor Summary
AllOf()
          Constructor for AnyOf.
 
Method Summary
protected  boolean executeBasic(MailAdapter mail, Arguments arguments, SieveContext context)
          Abstract method executeBasic invokes a Sieve Test.
 
Methods inherited from class org.apache.jsieve.tests.AbstractTest
execute, validateArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllOf

public AllOf()
Constructor for AnyOf.

Method Detail

executeBasic

protected boolean executeBasic(MailAdapter mail,
                               Arguments arguments,
                               SieveContext context)
                        throws SieveException
Description copied from class: AbstractTest
Abstract method executeBasic invokes a Sieve Test.

Specified by:
executeBasic in class AbstractTest
Parameters:
mail -
arguments -
context - SieveContext giving contextual information, not null
Returns:
boolean
Throws:
SieveException
See Also:
AbstractTest.executeBasic(MailAdapter, Arguments, SieveContext)


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