|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jsieve.tests.AbstractTest
org.apache.jsieve.tests.Exists
Class Exists implements the Exists Test as defined in RFC 3028, section 5.5.
Constructor Summary | |
Exists()
Constructor for Exists. |
Method Summary | |
protected boolean |
executeBasic(MailAdapter mail,
Arguments arguments,
SieveContext context)
Abstract method executeBasic invokes a Sieve Test. |
protected void |
validateArguments(Arguments arguments,
SieveContext context)
Framework method validateArguments is invoked before a Sieve Test is executed to validate its arguments. |
Methods inherited from class org.apache.jsieve.tests.AbstractTest |
execute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Exists()
Method Detail |
protected boolean executeBasic(MailAdapter mail, Arguments arguments, SieveContext context) throws SieveException
AbstractTest
executeBasic
in class AbstractTest
mail
- arguments
- context
- SieveContext
giving contextual information,
not null
SieveException
AbstractTest.executeBasic(MailAdapter,
Arguments, SieveContext)
protected void validateArguments(Arguments arguments, SieveContext context) throws SieveException
AbstractTest
validateArguments
in class AbstractTest
arguments
- context
- SieveContext
giving comntextual
information, not null
SieveException
AbstractTest.validateArguments(Arguments,
SieveContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |