|
||||||||||
| 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.If
public class If
Class If implements the If Command as defined in RFC 3028, section 3.1.
| Constructor Summary | |
|---|---|
If()
Constructor for If. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
executeBasic(MailAdapter mail,
Arguments arguments,
Block block,
SieveContext context)
Conditionally eexecute a Block if an If 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 If()
| Method Detail |
|---|
protected java.lang.Object executeBasic(MailAdapter mail,
Arguments arguments,
Block block,
SieveContext context)
throws SieveException
Conditionally eexecute a Block if an If Condition is allowed and runnable.
Also,
executeBasic in class AbstractCommandcontext - SieveContext giving contextual information, not
null
SieveException
protected void validateArguments(Arguments arguments,
SieveContext context)
throws SieveException
AbstractCommand
validateArguments in class AbstractCommandcontext - SieveContext giving contextual information, not
null
SieveExceptionAbstractCommand.validateArguments(Arguments,
SieveContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||