Method | Description | |
---|---|---|
AutoComplete ( |
Autocompletes networknames on deletion of networks.
|
|
Execute ( ) : void |
Executes the networks command.
|
|
Init ( |
Initializes the NetworksCommand.
|
Method | Description | |
---|---|---|
AddNetwork ( string paramList ) : void |
Adds a new network to the networ configuration.
|
|
DeleteNetwork ( string paramList ) : void |
Removes a network from the configuration.
|
|
ListNetworks ( ) : void |
Shows a list of all networks.
|
public AutoComplete ( |
||
call | The current line. | |
paramIndex | int | The parameter where the cursor stand on. |
return | string[] |
public Init ( |
||
terminal | The terminal to create the command for. | |
return | void |