matching

open fun matching(match: String): JvmVendorSpec(source)

Returns a vendor spec that matches a VM by its vendor.

A VM is determined eligible if the system property java.vendor contains the given match string. The comparison is done case-insensitive.

Return

a new filter object

Parameters

match

the sequence to search for