Class LocalRegistry
java.lang.Object
com.github.robtimus.os.windows.registry.Registry
com.github.robtimus.os.windows.registry.LocalRegistry
A representation of the local Windows registry.
- Author:
- Rob Spoor
- Since:
- 2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal RegistryKeyThe HKEY_CLASSES_ROOT root key.final RegistryKeyThe HKEY_CURRENT_CONFIG root key.final RegistryKeyThe HKEY_CURRENT_USER root key.final RegistryKeyThe HKEY_LOCAL_MACHINE root key.final RegistryKeyThe HKEY_USERS root key. -
Method Summary
-
Field Details
-
HKEY_CLASSES_ROOT
The HKEY_CLASSES_ROOT root key. -
HKEY_CURRENT_USER
The HKEY_CURRENT_USER root key. -
HKEY_LOCAL_MACHINE
The HKEY_LOCAL_MACHINE root key. -
HKEY_USERS
The HKEY_USERS root key. -
HKEY_CURRENT_CONFIG
The HKEY_CURRENT_CONFIG root key.
-