|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jsieve.TestList
A parsed representation of an RFC3028 testlist argument...
test-list = "(" test *("," test) ")"
Constructor Summary | |
TestList(java.util.List children)
Constructor for TestList. |
|
TestList(Test child)
Constructor for TestList. |
Method Summary | |
java.lang.Object |
execute(MailAdapter mail)
|
java.util.List |
getTests()
Returns the children. |
protected void |
setTests(java.util.List children)
Sets the children. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestList(java.util.List children)
children
- -
A List of Testspublic TestList(Test child)
child
- -
A TestMethod Detail |
public java.lang.Object execute(MailAdapter mail) throws SieveException
execute
in interface Executable
SieveException
Executable.execute(MailAdapter)
public java.util.List getTests()
protected void setTests(java.util.List children)
children
- The children to setpublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |