Interface Command
- All Known Implementing Classes:
AbstractCommand,AgainCommand,BindCommand,BindingsCommand,ClearCommand,DebugMessagesCommand,ExecCommand,HelpCommand,ScreenshotCommand,ScriptCommand,ScriptkillallCommand,ScriptkillCommand,ScriptsCommand,ScripttellCommand,SetCommand,ShortcutCommand,UnbindCommand
public interface Command
Implements a client-side command.
-
Method Details
-
getCommandName
Returns the name of the command.- Returns:
- the name
-
allArguments
boolean allArguments()Returns whether all remaining commands should be included as arguments.- Returns:
- whether all remaining commands should be included as arguments
-
execute
Executes the command with the given arguments.- Parameters:
args- the command arguments
-
getHelp
Returns the help text for this command.- Returns:
- the help text
-