|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRemoteControl
Specifies the methods that are available for remote control of the Class Dependency Analyzer.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_HOST
The default host name for remote control ("localhost"). |
static java.lang.String |
DEFAULT_PORT
The default port for remote control (4242). |
| Method Summary | |
|---|---|
IParameterMap |
execute(CommandName command,
IParameterMap parameters)
Executes a command with the given parameters and returns a map with the result of the execution. |
| Field Detail |
|---|
static final java.lang.String DEFAULT_HOST
static final java.lang.String DEFAULT_PORT
| Method Detail |
|---|
IParameterMap execute(CommandName command,
IParameterMap parameters)
The names and values of the parameters are defined in the command reference. Any parameters that are not recognized for a particular command will be ignored.
command - The name of the command to be executed (must not be null).parameters - The parameter for the command (must not be null).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||