public interface ExecutableDownloader
Interface for downloading an executable by version and returning the location.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public File |
getByVersion(String version)Locates, and optionally downloads, an executable by version. |
|
public java.nio.file.Path |
getPathByVersion(String version)Locates, and optionally downloads, an executable by version. |
Locates, and optionally downloads, an executable by version.
version - version to download.Locates, and optionally downloads, an executable by version.
version - version to download.