Méthode | Description | |
---|---|---|
Execute ( ) : void |
Executes the command with the given parameters.
|
|
Init ( |
Initializes the ServerCommand.
|
Méthode | Description | |
---|---|---|
AddServer ( string paramList ) : void |
Adds a new server to a network.
|
|
GetNetwork ( string ident ) : INetwork |
Gets the network instance for the given identication string.
|
|
GetServer ( INetwork network, string ident ) : IServer |
Gets the server instance for the given identication string.
|
|
ListServers ( string paramList ) : void |
Shows a list of servers for a given network.
|
|
RemoveServer ( string paramList ) : void |
Removes a server form the server list of the network.
|
public Init ( |
||
terminal | The terminal to create the command for. | |
Résultat | void |