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 SmtpCommandgetCommand(java.lang.String name)voidload()
-
-
-
Method Detail
-
load
public void load() throws java.lang.Exception- Throws:
java.lang.Exception
-
getCommand
public SmtpCommand getCommand(java.lang.String name)
-
-