Uses of Class
hudson.util.jna.RegistryKey
-
Packages that use RegistryKey Package Description hudson.util.jna Native code wrappers. -
-
Uses of RegistryKey in hudson.util.jna
Fields in hudson.util.jna declared as RegistryKey Modifier and Type Field Description static RegistryKey
RegistryKey. CLASSES_ROOT
static RegistryKey
RegistryKey. CURRENT_USER
static RegistryKey
RegistryKey. LOCAL_MACHINE
static RegistryKey
RegistryKey. USERS
Methods in hudson.util.jna that return RegistryKey Modifier and Type Method Description RegistryKey
RegistryKey. open(String subKeyName)
RegistryKey
RegistryKey. open(String subKeyName, int access)
RegistryKey
RegistryKey. openReadonly(String subKeyName)
-