Class ImapCommandFactory
- java.lang.Object
-
- com.icegreen.greenmail.imap.commands.ImapCommandFactory
-
public class ImapCommandFactory extends java.lang.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
Constructors Constructor Description ImapCommandFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImapCommand
getCommand(java.lang.String commandName)
-
-
-
Method Detail
-
getCommand
public ImapCommand getCommand(java.lang.String commandName)
-
-