Uses of Class
org.apache.jsieve.Test

Packages that use Test
org.apache.jsieve   
 

Uses of Test in org.apache.jsieve
 

Methods in org.apache.jsieve that return types with arguments of type Test
 java.util.List<Test> TestList.getTests()
          Returns the children.
 

Method parameters in org.apache.jsieve with type arguments of type Test
protected  void TestList.setTests(java.util.List<Test> children)
          Sets the children.
 

Constructors in org.apache.jsieve with parameters of type Test
TestList(Test child)
          Constructor for TestList.
 

Constructor parameters in org.apache.jsieve with type arguments of type Test
TestList(java.util.List<Test> children)
          Constructor for TestList.
 



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