 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.commands;
26 import org.jetbrains.annotations.NotNull;
57 public void execute(@NotNull
final String args) {
58 throw new AssertionError();
void execute(@NotNull final String args)
Executes the command with the given arguments.
TestCommand(@NotNull final String commandName, final boolean allArguments, @NotNull final CrossfireServerConnection crossfireServerConnection)
Creates a new instance.
String getHelp()
Returns the help text for this command.
Adds encoding/decoding of crossfire protocol packets to a ServerConnection.
Abstract base class for Command implementations.
final boolean allArguments
Whether all remaining commands should be included as arguments.
A Command for regression tests.
boolean allArguments()
Returns whether all remaining commands should be included as arguments.
final CrossfireServerConnection crossfireServerConnection
The connection instance.
final String commandName
The name of the command.