Package mireka.pop.command
Class CapaCommand
- Object
-
- mireka.pop.command.CapaCommand
-
-
Constructor Summary
Constructors Constructor Description CapaCommand(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
-
CapaCommand
public CapaCommand(Session session)
-
-
Method Detail
-
execute
public void execute(CommandParser commandParser) throws java.io.IOException
Description copied from interface:CommandExecutes the command, after parsing arguments if necessary.
-
-