Package mireka.pop.command
Class PassCommand
- Object
-
- mireka.pop.command.AbstractLoginCommand
-
- mireka.pop.command.PassCommand
-
- All Implemented Interfaces:
Command
public class PassCommand extends AbstractLoginCommand
-
-
Field Summary
-
Fields inherited from class mireka.pop.command.AbstractLoginCommand
session
-
-
Constructor Summary
Constructors Constructor Description PassCommand(Session session, UserCommand userCommand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(CommandParser commandParser)Executes the command, after parsing arguments if necessary.-
Methods inherited from class mireka.pop.command.AbstractLoginCommand
startTransaction
-
-
-
-
Constructor Detail
-
PassCommand
public PassCommand(Session session, UserCommand userCommand)
-
-
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- Specified by:
executein classAbstractLoginCommand- Throws:
java.io.IOExceptionPop3Exception
-
-