public class RegistryRoot extends SerializableEnum
Modifier and Type | Field and Description |
---|---|
static RegistryRoot |
HKEY_CLASSES_ROOT
Identifies the root registry key HKEY_CLASSES_ROOT.
|
static RegistryRoot |
HKEY_CURRENT_CONFIG
Identifies the root registry key HKEY_CURRENT_CONFIG.
|
static RegistryRoot |
HKEY_CURRENT_USER
Identifies the root registry key HKEY_CURRENT_USER.
|
static RegistryRoot |
HKEY_LOCAL_MACHINE
Identifies the root registry key HKEY_LOCAL_MACHINE.
|
static RegistryRoot |
HKEY_USERS
Identifies the root registry key HKEY_USERS.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
readResolve
public static final RegistryRoot HKEY_CLASSES_ROOT
public static final RegistryRoot HKEY_LOCAL_MACHINE
public static final RegistryRoot HKEY_CURRENT_USER
public static final RegistryRoot HKEY_USERS
public static final RegistryRoot HKEY_CURRENT_CONFIG