|
|||||||||||
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.optional.Body
This implements a single subset of the 'body' Sieve test as define here: http://tools.ietf.org/html/draft-ietf-sieve-body-00
Constructor Summary | |
Body()
|
Method Summary | |
protected boolean |
executeBasic(MailAdapter mail,
Arguments args,
SieveContext ctx)
Abstract method executeBasic invokes a Sieve Test. |
protected void |
validateArguments(Arguments args,
SieveContext ctx)
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 Body()
Method Detail |
protected void validateArguments(Arguments args, SieveContext ctx) throws SieveException
AbstractTest
validateArguments
in class AbstractTest
args
- ctx
- SieveContext
giving comntextual
information, not null
SieveException
protected boolean executeBasic(MailAdapter mail, Arguments args, SieveContext ctx) throws SieveException
AbstractTest
executeBasic
in class AbstractTest
mail
- args
- ctx
- SieveContext
giving contextual information,
not null
SieveException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |