JvmVendorSpec

abstract class JvmVendorSpec(source)

Represents a filter for a vendor of a Java Virtual Machine implementation.

Since

6.8

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
A constant for using Eclipse Adoptium as the JVM vendor.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A constant for using GraalVM as the JVM vendor.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A constant for using IBM Semeru Runtimes as the JVM vendor.
Link copied to clipboard
A constant for using JetBrains Runtime as the JVM vendor.
Link copied to clipboard
A constant for using Microsoft OpenJDK as the JVM vendor.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A constant for using Tencent Kona JDK as the JVM vendor.

Functions

Link copied to clipboard
abstract fun matches(vendor: String): Boolean
Determines if the vendor passed as an argument matches this spec.
Link copied to clipboard
open fun matching(match: String): JvmVendorSpec
Returns a vendor spec that matches a VM by its vendor.