com.realtime.crossfire.jxclient.commands
Class ScriptkillCommand

java.lang.Object
  extended by com.realtime.crossfire.jxclient.commands.AbstractCommand
      extended by com.realtime.crossfire.jxclient.commands.ScriptkillCommand
All Implemented Interfaces:
Command

public class ScriptkillCommand
extends AbstractCommand

Implements the "scriptkill" command. It terminates running scripts.


Field Summary
private  ScriptManager scriptManager
          The ScriptManager to use.
 
Constructor Summary
ScriptkillCommand(ScriptManager scriptManager, CrossfireServerConnection crossfireServerConnection)
          Creates a new instance.
 
Method Summary
 boolean allArguments()
          Returns whether all remaining commands should be included as arguments.
 void execute(java.lang.String args)
          Executes the command with the given arguments.
 
Methods inherited from class com.realtime.crossfire.jxclient.commands.AbstractCommand
drawInfo, drawInfo, drawInfoError, drawInfoSetDebugMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scriptManager

@NotNull
private final ScriptManager scriptManager
The ScriptManager to use.

Constructor Detail

ScriptkillCommand

public ScriptkillCommand(@NotNull
                         ScriptManager scriptManager,
                         @NotNull
                         CrossfireServerConnection crossfireServerConnection)
Creates a new instance.

Parameters:
scriptManager - the script manager to use
crossfireServerConnection - the connection instance
Method Detail

allArguments

public boolean allArguments()
Returns whether all remaining commands should be included as arguments.

Returns:
whether all remaining commands should be included as arguments

execute

public void execute(@NotNull
                    java.lang.String args)
Executes the command with the given arguments.

Parameters:
args - the command arguments