Package com.botbox.bbsh
Interface Command
- All Known Subinterfaces:
AsyncCommand
- All Known Implementing Classes:
BasicLineCommand,CLI.HelpCommand,ExecCommand,FileCommands.CloseCommand,FileCommands.FileAppendCommand,FileCommands.FileTargetCommand,FileCommands.FileWriteCommand,FileCommands.ListCommand,FileCommands.TeeCommand,MiscCommands.AliasCommand,MiscCommands.CatCommand,MiscCommands.EchoCommand,MiscCommands.EnvCommand,MiscCommands.GrepCommand,MiscCommands.KillCommand,MiscCommands.LsCommand,MiscCommands.PSCommand,MiscCommands.QuitCommand,MiscCommands.SetCommand,MiscCommands.SourceCommand,MiscCommands.TrigCommand,MiscCommands.UnaliasCommand,ScriptCommand
public interface Command
-
Method Summary
Modifier and Type Method Description intexecuteCommand(CommandContext context)
-
Method Details
-
executeCommand
- Throws:
CLIException
-