Interface JavaToolchainResolver

    • Method Detail

      • resolve

        java.util.Optional<JavaToolchainDownload> resolve​(JavaToolchainRequest request)
        Returns a JavaToolchainDownload if a Java toolchain matching the provided specification can be provided.
        Parameters:
        request - information about the toolchain needed and the environment it's needed in
        Returns:
        empty Optional if and only if the provided specification can't be matched