JavaRuntimeMetadataValueSource

Obtains the architecture of the provided Java Runtime executable by requesting the list of its internal properties.

It is used to properly pick the ProductInfo.Launch when calling the ProductInfo.launchFor helper method.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
interface Parameters : ValueSourceParameters

Properties

Link copied to clipboard
@get:Inject
abstract val execOperations: ExecOperations

Functions

Link copied to clipboard
Link copied to clipboard
open override fun obtain(): Map<String, String>