com.icegreen.greenmail.imap.commands
Class ImapCommandFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImapCommandFactory
public ImapCommandFactory()
getCommand
public ImapCommand getCommand(String commandName)