Uses of Interface
org.apache.jsieve.Argument

Packages that use Argument
org.apache.jsieve   
 

Uses of Argument in org.apache.jsieve
 

Classes in org.apache.jsieve that implement Argument
 class NumberArgument
           A parsed representation of the RFC3028 BNF...
 class StringListArgument
          Class StringListArgument is a parsed representation of the RFC3028 BNF...
 class TagArgument
           A parsed representation of an RFC3028 TAG argument...
 

Methods in org.apache.jsieve that return types with arguments of type Argument
 java.util.List<Argument> Arguments.getArgumentList()
          Returns the arguments.
 

Method parameters in org.apache.jsieve with type arguments of type Argument
protected  void Arguments.setArgumentList(java.util.List<Argument> arguments)
          Sets the arguments.
 

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



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