get

operator fun get(configurationName: String): Provider<RequestedIntelliJPlatform>

Retrieves the value associated with the given configuration name. Throws an error if the configuration name does not exist in the map.

Return

The value corresponding to the provided configuration name.

Parameters

configurationName

The name of the configuration to retrieve.

Throws

if the configuration name is not found in the map.