Class TopCommand
- java.lang.Object
-
- com.icegreen.greenmail.pop3.commands.Pop3Command
-
- com.icegreen.greenmail.pop3.commands.TopCommand
-
public class TopCommand extends Pop3Command
-
-
Field Summary
-
Fields inherited from class com.icegreen.greenmail.pop3.commands.Pop3Command
log
-
-
Constructor Summary
Constructors Constructor Description TopCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Pop3Connection conn, Pop3State state, String cmd)booleanisValidForState(Pop3State state)
-
-
-
Method Detail
-
isValidForState
public boolean isValidForState(Pop3State state)
- Specified by:
isValidForStatein classPop3Command
-
execute
public void execute(Pop3Connection conn, Pop3State state, String cmd)
- Specified by:
executein classPop3Command
-
-