Package org.gradle.jvm.toolchain
Interface JavaToolchainDownload
-
@Incubating public interface JavaToolchainDownload
The response provided by aJavaToolchainResolver
to a specificJavaToolchainRequest
.Contains the download URI from which a Java toolchain matching the request can be downloaded from. The URI must point to either a ZIP or a TAR archive and has to be secure (so simple HTTP is not allowed, only HTTPS).
- Since:
- 7.6
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static JavaToolchainDownload
fromUri(java.net.URI uri)
java.net.URI
getUri()
-
-
-
Method Detail
-
getUri
java.net.URI getUri()
-
fromUri
static JavaToolchainDownload fromUri(java.net.URI uri)
-
-