JvmVendorSpec

abstract class JvmVendorSpec

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

Constructors

Link copied to clipboard
constructor()

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.

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 Microsoft OpenJDK as the JVM vendor.
Link copied to clipboard
Link copied to clipboard