withPropertyValues

open fun withPropertyValues(pairs: Array<String>): SELF

Add the specified Environment property pairs. Key-value pairs can be specified with colon (":") or equals ("=") separators. Override matching keys that might have been specified previously.

Return

a new instance with the updated property values

Parameters

pairs

the key-value pairs for properties that need to be added to theenvironment

See also