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