19.52. registry

Enables to observe and modify the registry. The following subcommands are available.

19.52.1. registry clear

Removes all entries from the registry.

Use: registry clear

19.52.2. registry contains

Returns true if the registry contains a mapping for the specified key.

Use: registry contains key

19.52.3. registry list

Lists all entries in the registry.

Use: registry list

19.52.4. registry put

Adds a new entry to the registry. If the key specified already exists in the registry, it modifies the corresponding entry.

Use: registry put key value

19.52.5. registry remove

Removes a specific entry from the registry.

Use: registry remove key