public static interface JdkInstallationManager.JdkProvisioner
| Modifier and Type | Method and Description |
|---|---|
JdkInstallationManager.ProvisionResult |
provisionJdk(java.nio.file.Path baseDir,
JdkInstallationManager.ProvisionRequest request)
Provision a JDK/JRE from the given request.
|
JdkInstallationManager.ProvisionResult provisionJdk(java.nio.file.Path baseDir, JdkInstallationManager.ProvisionRequest request) throws java.io.IOException
baseDir - The folder to place the JDK/JRE folderrequest - The provision request.JdkInstallationManager.ProvisionResult containing the properties about the provisioned jdk.java.io.IOException - If there was an error provisioning the JDK.