public class CRegistryUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
TYPE_REG_DWORD |
static short |
TYPE_REG_EXPAND_SZ |
static short |
TYPE_REG_SZ |
Constructor and Description |
---|
CRegistryUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getRegistryValue(java.lang.String keyPath,
short type) |
public static final short TYPE_REG_SZ
public static final short TYPE_REG_EXPAND_SZ
public static final short TYPE_REG_DWORD