JavaToolchainResolver

Interface that needs to be implemented by Java toolchain provisioning plugins.

Plugin implementors have to provide the mapping from the Java toolchain request to a download information.

Since

7.6

Functions

Link copied to clipboard
abstract fun getParameters(): T
Link copied to clipboard
Returns a JavaToolchainDownload if a Java toolchain matching the provided specification can be provided.