Uses of Interface
org.apache.jsieve.CommandManager

Packages that use CommandManager
org.apache.jsieve   
 

Uses of CommandManager in org.apache.jsieve
 

Classes in org.apache.jsieve that implement CommandManager
 class CommandManagerImpl
          Maps command names to comman implementations.
 

Methods in org.apache.jsieve that return CommandManager
 CommandManager ConfigurationManager.getCommandManager()
           
 

Constructors in org.apache.jsieve with parameters of type CommandManager
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.