public final class CommandLineHandlerClient
extends common.commandline.CommandLineHandler
Modifier and Type | Class and Description |
---|---|
class |
CommandLineHandlerClient.ConnectionCommand |
common.commandline.CommandLineHandler.CommandLineNotInitialized, common.commandline.CommandLineHandler.ExecuteScriptCommand, common.commandline.CommandLineHandler.ExitCommand, common.commandline.CommandLineHandler.HistoryCommand
Modifier and Type | Method and Description |
---|---|
protected void |
executeCommand(java.lang.String alias,
java.lang.String[] args) |
common.commandline.response.CommandResult |
executeOnServer(UDPClient udp,
common.commandline.Command command) |
static common.commandline.CommandLineHandler |
getClientCommandLine() |
public static common.commandline.CommandLineHandler getClientCommandLine()
protected void executeCommand(java.lang.String alias, java.lang.String[] args)
executeCommand
in class common.commandline.CommandLineHandler
public common.commandline.response.CommandResult executeOnServer(UDPClient udp, common.commandline.Command command)