|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jsieve.commands.AbstractCommand
org.apache.jsieve.commands.AbstractBodyCommand
org.apache.jsieve.commands.AbstractControlCommand
org.apache.jsieve.commands.AbstractConditionalCommand
org.apache.jsieve.commands.Elsif
Class Elsif implements the Elsif Command as defined in RFC 3028, section 3.1.
Constructor Summary | |
Elsif()
Constructor for Elsif. |
Method Summary | |
protected java.lang.Object |
executeBasic(MailAdapter mail,
Arguments arguments,
Block block,
SieveContext context)
Conditionally eexecute a Block if an Elsif Condition is allowed and runnable. |
protected void |
validateArguments(Arguments arguments,
SieveContext context)
Framework method validateArguments is invoked before a Sieve Command is executed to validate its arguments. |
Methods inherited from class org.apache.jsieve.commands.AbstractConditionalCommand |
execute, validateBlock |
Methods inherited from class org.apache.jsieve.commands.AbstractBodyCommand |
updateState |
Methods inherited from class org.apache.jsieve.commands.AbstractCommand |
execute, validateState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Elsif()
Method Detail |
protected java.lang.Object executeBasic(MailAdapter mail, Arguments arguments, Block block, SieveContext context) throws SieveException
Conditionally eexecute a Block if an Elsif Condition is allowed and runnable.
Also,
executeBasic
in class AbstractCommand
mail
- arguments
- block
- context
- SieveContext
giving contextual information,
not null
SieveException
protected void validateArguments(Arguments arguments, SieveContext context) throws SieveException
AbstractCommand
validateArguments
in class AbstractCommand
arguments
- context
- SieveContext
giving contextual information,
not null
SieveException
AbstractCommand.validateArguments(Arguments,
SieveContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |