Uses of Class
org.apache.jsieve.commands.AbstractActionCommand

Packages that use AbstractActionCommand
org.apache.jsieve.commands   
org.apache.jsieve.commands.optional   
 

Uses of AbstractActionCommand in org.apache.jsieve.commands
 

Subclasses of AbstractActionCommand in org.apache.jsieve.commands
 class Discard
          Class Discard implements the Discard Command as defined in RFC 3028, section 4.5.
 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.
 

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

Subclasses of AbstractActionCommand in org.apache.jsieve.commands.optional
 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.