Package mireka.pop.command
Class UserCommand
- Object
-
- mireka.pop.command.UserCommand
-
-
Field Summary
Fields Modifier and Type Field Description Stringuser
-
Constructor Summary
Constructors Constructor Description UserCommand(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
-
UserCommand
public UserCommand(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
-
-