public class RegistryUtil extends Object
Modifier and Type | Field and Description |
---|---|
static int |
HKEY_CLASSES_ROOT |
static int |
HKEY_CURRENT_USER |
static int |
HKEY_LOCAL_MACHINE |
Constructor and Description |
---|
RegistryUtil() |
Modifier and Type | Method and Description |
---|---|
static int |
getRegistryInt(int hKeyParent,
String subKeyString,
String valueString) |
static String |
getRegistryString(int hKeyParent,
String subKeyString,
String valueString) |
public static final int HKEY_CLASSES_ROOT
public static final int HKEY_CURRENT_USER
public static final int HKEY_LOCAL_MACHINE