| Package | Description |
|---|---|
| ej.rcommand | |
| ej.rcommand.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteConnection |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends CommandSender> |
CommandSenderProvider.getCommandSenders(java.lang.String command)
Returns the command senders that handle the given command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteCommandListener.commandReceived(CommandReader commandReader,
CommandSender commandSender,
java.lang.String command)
May be called concurrently by several threads.
|
void |
ParametersHelper.sendParams(CommandSender commandSender,
java.util.List<java.lang.Object> params)
Sends the given parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicRemoteConnection
Implements an
RemoteConnection that wraps another RemoteConnection that can change dynamically. |
class |
StreamRemoteConnection |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends CommandSender> |
DefaultRemoteCommandManager.getCommandSenders(java.lang.String command) |