Uses of Class
org.apache.jsieve.ConditionManager

Packages that use ConditionManager
org.apache.jsieve   
 

Uses of ConditionManager in org.apache.jsieve
 

Methods in org.apache.jsieve that return ConditionManager
abstract  ConditionManager SieveContext.getConditionManager()
          Gets the condition manager.
 ConditionManager BaseSieveContext.getConditionManager()
           
 

Methods in org.apache.jsieve with parameters of type ConditionManager
abstract  void SieveContext.setConditionManager(ConditionManager manager)
          Sets the condition manager.
 void BaseSieveContext.setConditionManager(ConditionManager conditionManager)
           
 



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