com.icegreen.greenmail.imap.commands
Class ImapCommandFactory

java.lang.Object
  extended by com.icegreen.greenmail.imap.commands.ImapCommandFactory

public class ImapCommandFactory
extends Object

A factory for ImapCommand instances, provided based on the command name. Command instances are created on demand, when first accessed.

Version:
$Revision: 109034 $
Author:
Darrell DeBoer

Constructor Summary
ImapCommandFactory()
           
 
Method Summary
 ImapCommand getCommand(String commandName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImapCommandFactory

public ImapCommandFactory()
Method Detail

getCommand

public ImapCommand getCommand(String commandName)