org.apache.jsieve.tests
Class False

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

public class False
extends AbstractTest

Class False implements the False Test as defined in RFC 3028, section 5.6.


Constructor Summary
False()
          Constructor for False.
 
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

False

public False()
Constructor for False.

Method Detail

executeBasic

protected boolean executeBasic(MailAdapter mail,
                               Arguments arguments,
                               SieveContext context)
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
See Also:
AbstractTest.executeBasic(MailAdapter, Arguments, SieveContext)


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