Uses of Package
org.apache.jsieve

Packages that use org.apache.jsieve
org.apache.jsieve   
org.apache.jsieve.commands   
org.apache.jsieve.commands.extensions   
org.apache.jsieve.commands.optional   
org.apache.jsieve.parser   
org.apache.jsieve.tests   
org.apache.jsieve.tests.optional   
 

Classes in org.apache.jsieve used by org.apache.jsieve
Argument
          A simple Interface for Arguments.
Arguments
           A parsed representation of the RFC3028 BNF...
Block
           A parsed representation of the RFC3028 BNF...
CommandManager
          Singleton class CommandManager maps Command names to configured Command implementation classes.
Commands
           A parsed representation of the RFC3028 BNF...
CommandStateManager
          Thread singleton class CommandStateManager records the state of a Sieve evaluation.
ComparatorManager
          Singleton class ComparatorManager maps Comparator names to configured Comparator implementation classes.
ConditionManager
          Thread singleton class ConditionManager manages Conditional Commands during a Sieve evaluation.
ConfigurationManager
           Singleton class ConfigurationManager parses the XML statements in the Sieve configuration file and translates them to Java objects.
Executable
          Interface for an Executable operation.
ExecutableCommand
          Interface ExecutableCommand defines the method signatures for Sieve Commands.
ScriptCoordinate
          Specifies the positional extent of an element within the script being executed.
SieveConfigurationException
          Class SieveConfigurationException indicates an exceptional condition encountered while evaluating the Sieve configuration.
SieveContext
          Context for sieve operations.
SieveFactory
           Singleton class SieveFactory is the primary invocation point for all Sieve operations.
Test
           A parsed representation of an RFC3028 test argument...
TestList
           A parsed representation of an RFC3028 testlist argument...
TestManager
          Singleton class TestManager maps Test names to configured Test implementation classes.
 

Classes in org.apache.jsieve used by org.apache.jsieve.commands
Arguments
           A parsed representation of the RFC3028 BNF...
Block
           A parsed representation of the RFC3028 BNF...
ExecutableCommand
          Interface ExecutableCommand defines the method signatures for Sieve Commands.
SieveContext
          Context for sieve operations.
 

Classes in org.apache.jsieve used by org.apache.jsieve.commands.extensions
Arguments
           A parsed representation of the RFC3028 BNF...
Block
           A parsed representation of the RFC3028 BNF...
ExecutableCommand
          Interface ExecutableCommand defines the method signatures for Sieve Commands.
SieveContext
          Context for sieve operations.
 

Classes in org.apache.jsieve used by org.apache.jsieve.commands.optional
Arguments
           A parsed representation of the RFC3028 BNF...
Block
           A parsed representation of the RFC3028 BNF...
ExecutableCommand
          Interface ExecutableCommand defines the method signatures for Sieve Commands.
SieveContext
          Context for sieve operations.
 

Classes in org.apache.jsieve used by org.apache.jsieve.parser
ScriptCoordinate
          Specifies the positional extent of an element within the script being executed.
 

Classes in org.apache.jsieve used by org.apache.jsieve.tests
Arguments
           A parsed representation of the RFC3028 BNF...
SieveContext
          Context for sieve operations.
 

Classes in org.apache.jsieve used by org.apache.jsieve.tests.optional
Arguments
           A parsed representation of the RFC3028 BNF...
SieveContext
          Context for sieve operations.
 



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