global property

void global= (IOOverrides overrides)

The IOOverrides to use in the root Zone.

These are the IOOverrides that will be used in the root Zone, and in Zone's that do not set IOOverrides and whose ancestors up to the root Zone do not set IOOverrides.

Implementation

static set global(IOOverrides overrides) {
  _global = overrides;
}