JRegistry 1.8 API Specification

Package com.registry

Contains all of the classes for reading and writing keys and values to the Windows Registry.

See: Description

Package com.registry Description

Contains all of the classes for reading and writing keys and values to the Windows Registry. These classes allow reading key and value names as well as deleting keys and values and registering to receive registry change events.

RegistryKey is the main class used to read the Windows Registry. It provides access to all of the registry keys on the system as well as the keys on remote computers.

RegistryValue provides an insight into a key's values. Each RegistryValue object provides information on one value such as the data associated with it as well as how much space in bytes the value takes.

Since:
JRegistry 1.0
JRegistry 1.8 API Specification

Copyright © 2011, Yinon Michaeli. All rights reserved.