Uses of Class
org.apache.jsieve.Command

Packages that use Command
org.apache.jsieve   
 

Uses of Command in org.apache.jsieve
 

Methods in org.apache.jsieve that return types with arguments of type Command
 java.util.List<Command> Commands.getChildren()
          Returns the commands.
 

Method parameters in org.apache.jsieve with type arguments of type Command
protected  void Commands.setChildren(java.util.List<Command> commands)
          Sets the commands.
 

Constructor parameters in org.apache.jsieve with type arguments of type Command
Commands(java.util.List<Command> commands)
          Constructor for Commands.
 



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