BuildService<BuildServiceParameters.None>
@Incubating public interface JavaToolchainResolver extends BuildService<BuildServiceParameters.None>
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<java.net.URI> |
resolve(JavaToolchainRequest request) |
Returns the URI from which a Java Toolchain matching the provided specification
can be downloaded.
|
getParameters
java.util.Optional<java.net.URI> resolve(JavaToolchainRequest request)
request
- information about the toolchain needed and the environment it's
needed in