Package mireka.pop.command
Class DeleCommand
- Object
-
- mireka.pop.command.DeleCommand
-
-
Constructor Summary
Constructors Constructor Description DeleCommand(Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(CommandParser commandParser)Executes the command, after parsing arguments if necessary.
-
-
-
Constructor Detail
-
DeleCommand
public DeleCommand(Session session)
-
-
Method Detail
-
execute
public void execute(CommandParser commandParser) throws java.io.IOException, Pop3Exception
Description copied from interface:CommandExecutes the command, after parsing arguments if necessary.- Specified by:
executein interfaceCommand- Throws:
java.io.IOExceptionPop3Exception
-
-