Method | Description | |
---|---|---|
DownloadableExternalTool ( string name, string defaultInstallLocation, string executableName, |
Defines a tool which can be downloaded if missing from an URL
|
Method | Description | |
---|---|---|
DownloadAndDeploy ( string target ) : void |
Downloads the tool to the given target path
|
|
EnsureToolAvailable ( ) : void |
Checks if the tool is available and download, copy, install etc. it if possible If the tool cannot be acquired then it throws an exception.
|
Method | Description | |
---|---|---|
DownloadTool ( ) : void |
protected DownloadAndDeploy ( string target ) : void | ||
target | string | Target directory |
return | void |
public DownloadableExternalTool ( string name, string defaultInstallLocation, string executableName, |
||
name | string | Unique name of this tool |
defaultInstallLocation | string | Default installation location where the tool can be found |
executableName | string | File name of the executable to be ran |
url | The URL where the tool can be downloaded from | |
isDotNETProcess | bool | If |
parameters | IParameters | Application parameters |
return | System |