|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jsieve.Arguments
public class Arguments
A parsed representation of the RFC3028 BNF...
arguments = *argument [test / test-list]
Note that a test is represented as a test-list with a single element.
Constructor Summary | |
---|---|
Arguments(java.util.List arguments,
TestList testList)
Constructor for Arguments. |
Method Summary | |
---|---|
protected TestList |
computeTestList()
Computes the testList. |
java.util.List |
getArgumentList()
Returns the arguments. |
TestList |
getTestList()
Returns the testList, lazily initialised if required. |
boolean |
hasTests()
Returns true if there is a TestList and it has Tests. |
protected void |
setArgumentList(java.util.List arguments)
Sets the arguments. |
protected void |
setTestList(TestList testList)
Sets the testList. |
java.lang.String |
toString()
|
protected void |
updateTestList()
Updates the TestList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Arguments(java.util.List arguments, TestList testList)
arguments
- testList
- Method Detail |
---|
public java.util.List getArgumentList()
public TestList getTestList()
public boolean hasTests()
protected TestList computeTestList()
protected void setArgumentList(java.util.List arguments)
arguments
- The arguments to setprotected void setTestList(TestList testList)
testList
- The testList to setprotected void updateTestList()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |