com.icegreen.greenmail.smtp.commands
Class SmtpCommandRegistry

java.lang.Object
  extended by com.icegreen.greenmail.smtp.commands.SmtpCommandRegistry

public class SmtpCommandRegistry
extends Object


Constructor Summary
SmtpCommandRegistry()
           
 
Method Summary
 SmtpCommand getCommand(String name)
           
 void load()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmtpCommandRegistry

public SmtpCommandRegistry()
Method Detail

load

public void load()
          throws Exception
Throws:
Exception

getCommand

public SmtpCommand getCommand(String name)