|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jsieve.Commands
A parsed representation of the RFC3028 BNF...
commands = *command
Constructor Summary | |
Commands(java.util.List commands)
Constructor for Commands. |
Method Summary | |
java.lang.Object |
execute(MailAdapter mail)
|
java.util.List |
getChildren()
Returns the commands. |
protected void |
setChildren(java.util.List 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 Commands(java.util.List commands)
commands
- Method Detail |
public java.util.List getChildren()
protected void setChildren(java.util.List 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 |