Registry.setEntry

Sets the entry at the given name to the provided entry

This will throw an exception if the entry trying to be set does not yet exist.

Overwriting will only be allowed if the policy allows it.

struct Registry
void
setEntry

Parameters

name string

the key

entry ConfigEntry

the configuration entry

Meta