Class SmtpCommandRegistry
- java.lang.Object
-
- com.icegreen.greenmail.smtp.commands.SmtpCommandRegistry
-
public class SmtpCommandRegistry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SmtpCommandRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmtpCommand
getCommand(java.lang.String name)
void
load()
-
-
-
Method Detail
-
load
public void load() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getCommand
public SmtpCommand getCommand(java.lang.String name)
-
-