AppserverIo\Appserver\Core\Api\Node\SystemPropertiesNodeTrait::setSystemProperties PHP Method

setSystemProperties() public method

Array with the system properties to use.
public setSystemProperties ( array $systemProperties ) : void
$systemProperties array The array with the system properties
return void
    public function setSystemProperties(array $systemProperties)
    {
        $this->systemProperties = $systemProperties;
    }