Uses of Interface
org.apache.jsieve.ExecutableCommand

Packages that use ExecutableCommand
org.apache.jsieve   
org.apache.jsieve.commands   
org.apache.jsieve.commands.extensions   
org.apache.jsieve.commands.optional   
 

Uses of ExecutableCommand in org.apache.jsieve
 

Methods in org.apache.jsieve that return ExecutableCommand
 ExecutableCommand CommandManagerImpl.getCommand(java.lang.String name)
           Method newInstance answers an instance of the class to which a Command name is mapped.
abstract  ExecutableCommand SieveContext.getCommand(java.lang.String name)
           
 ExecutableCommand CommandManager.getCommand(java.lang.String name)
           Method newInstance answers an instance of the class to which a Command name is mapped.
 ExecutableCommand BaseSieveContext.getCommand(java.lang.String name)
           
 

Uses of ExecutableCommand in org.apache.jsieve.commands
 

Classes in org.apache.jsieve.commands that implement ExecutableCommand
 class AbstractActionCommand
          Abstract class AbstractActionCommand defines the common state validation and state update behavior for Action Commands as per RFC 3028, section 8.
 class AbstractBodyCommand
          Abstract class AbstractBodyCommand defines the common state update behavior for Body Commands.
 class AbstractCommand
          Abstract class AbstractCommand defines a framework of common behavior for Sieve Commands.
 class AbstractConditionalCommand
          Abstract class AbstractConditionalCommand defines a framework of common behavior for conditional Commands (if, elsif, else).
 class AbstractControlCommand
          Abstract class AbstractControlCommand defines a framework of common behavior for control Commands as defined in RFC 3028, section 3.
 class AbstractPrologCommand
           Abstract class AbstractPrologCommand defines the common state validation behavior for Prolog Commands.
 class Discard
          Class Discard implements the Discard Command as defined in RFC 3028, section 4.5.
 class Else
          Class Else implements the Else Command as defined in RFC 3028, section 3.1.
 class Elsif
          Class Elsif implements the Elsif Command as defined in RFC 3028, section 3.1.
 class If
          Class If implements the If Command as defined in RFC 3028, section 3.1.
 class Keep
          Class Keep implements the Keep Command as defined in RFC 3028, section 4.4.
 class Redirect
          Class Redirect implements the Redirect Command as defined in RFC 3028, section 4.3.
 class Require
          Class Require implements the Require Command as defined in RFC 3028, section 3.2.
 class Stop
          Class Stop implements the Stop Command as defined in RFC 3028, section 3.3.
 

Uses of ExecutableCommand in org.apache.jsieve.commands.extensions
 

Classes in org.apache.jsieve.commands.extensions that implement ExecutableCommand
 class Log
           Class Log is an extension that implements a Command to write messages to the Sieve Log.
 

Uses of ExecutableCommand in org.apache.jsieve.commands.optional
 

Classes in org.apache.jsieve.commands.optional that implement ExecutableCommand
 class FileInto
          Class FileInto implements the FileInto Command as defined in RFC 3028, section 4.2.
 class Reject
          Class Reject implements the Reject Command as defined in RFC 3028, section 4.1.
 



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