|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jsieve.Block
public class 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,
SieveContext context)
|
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, SieveContext context) throws SieveException
execute
in interface Executable
SieveException
Executable.execute(MailAdapter, SieveContext)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |