Uses of Class
org.apache.jsieve.TestList

Packages that use TestList
org.apache.jsieve   
 

Uses of TestList in org.apache.jsieve
 

Methods in org.apache.jsieve that return TestList
protected  TestList Arguments.computeTestList()
          Computes the testList.
 TestList Arguments.getTestList()
          Returns the testList, lazily initialised if required.
 

Methods in org.apache.jsieve with parameters of type TestList
protected  void Arguments.setTestList(TestList testList)
          Sets the testList.
 

Constructors in org.apache.jsieve with parameters of type TestList
Arguments(java.util.List<Argument> arguments, TestList testList)
          Constructor for Arguments.
 



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.