Holds locations of all external executables, i.e., protoc and plugins.
| Constructor and description |
|---|
ToolsLocator
(org.gradle.api.Project project) |
| Type | Name and description |
|---|---|
void |
resolve()For every ExecutableLocator that points to an artifact spec, resolves the spec, downloads the artifact, and point to the local path. |
void |
resolve(ExecutableLocator locator) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
For every ExecutableLocator that points to an artifact spec, resolves the spec, downloads the artifact, and point to the local path.