|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jsieve.TestList
public class 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,
SieveContext context)
|
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 Test| Method Detail |
|---|
public java.lang.Object execute(MailAdapter mail,
SieveContext context)
throws SieveException
execute in interface ExecutableSieveExceptionExecutable.execute(MailAdapter, SieveContext)public java.util.List getTests()
protected void setTests(java.util.List children)
children - The children to setpublic 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 | |||||||||