com.icegreen.greenmail.pop3.commands
Class Pop3CommandRegistry

java.lang.Object
  extended by com.icegreen.greenmail.pop3.commands.Pop3CommandRegistry

public class Pop3CommandRegistry
extends Object


Constructor Summary
Pop3CommandRegistry()
           
 
Method Summary
 Pop3Command 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

Pop3CommandRegistry

public Pop3CommandRegistry()
Method Detail

load

public void load()
          throws Exception
Throws:
Exception

getCommand

public Pop3Command getCommand(String name)