Package com.botbox.bbsh
Class ExecCommand
java.lang.Object
com.botbox.bbsh.BasicLineCommand
com.botbox.bbsh.ExecCommand
- All Implemented Interfaces:
AsyncCommand,Command,LineListener
public class ExecCommand extends BasicLineCommand
-
Constructor Summary
Constructors Constructor Description ExecCommand() -
Method Summary
Modifier and Type Method Description intexecuteCommand(CommandContext context)voidlineRead(java.lang.String line)voidstopCommand(CommandContext context)
-
Constructor Details
-
ExecCommand
public ExecCommand()
-
-
Method Details
-
executeCommand
-
lineRead
public void lineRead(java.lang.String line) -
stopCommand
- Specified by:
stopCommandin interfaceAsyncCommand- Overrides:
stopCommandin classBasicLineCommand
-