|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jsieve.Block
A parsed representation of the RFC3028 BNF...
block = "{" commands "}"
Constructor Summary | |
Block(Commands commands)
Constructor for Block. |
Method Summary | |
java.lang.Object |
execute(MailAdapter mail)
|
Commands |
getChildren()
Returns the commands. |
protected void |
setChildren(Commands commands)
Sets the commands. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Block(Commands commands)
commands
- Method Detail |
public Commands getChildren()
protected void setChildren(Commands commands)
commands
- The commands to setpublic java.lang.Object execute(MailAdapter mail) throws SieveException
execute
in interface Executable
SieveException
Executable.execute(MailAdapter)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |