Uses of Interface
org.apache.jsieve.TestManager

Packages that use TestManager
org.apache.jsieve   
 

Uses of TestManager in org.apache.jsieve
 

Classes in org.apache.jsieve that implement TestManager
 class TestManagerImpl
          Maps Test names to configured Test implementation classes.
 

Methods in org.apache.jsieve that return TestManager
 TestManager ConfigurationManager.getTestManager()
           
 

Constructors in org.apache.jsieve with parameters of type TestManager
BaseSieveContext(CommandManager commandManager, ComparatorManager comparatorManager, TestManager testManager, org.apache.commons.logging.Log log)
           
SieveFactory(CommandManager commandManager, ComparatorManager comparatorManager, TestManager testManager, org.apache.commons.logging.Log log)
          Constructor for SieveFactory.
SieveValidationVisitor(CommandManager commandManager, TestManager testManager)
           
 



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