public interface ToolLocation extends BaseToolLocation
Sets the definition on how to find a tool. This includes finding it by version.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
executableByVersion(Object version)Locate an executable by version, probably downloading it if not local. |
| Methods inherited from class | Name |
|---|---|
interface BaseToolLocation |
executableByPath, executableBySearchPath, getExecutable, getWindowsExtensionSearchOrder, setWindowsExtensionSearchOrder, setWindowsExtensionSearchOrder |
Locate an executable by version, probably downloading it if not local.
version - Something resolvable to a string.