org.sourceforge.jxutil.w32
Class RegistryKey
java.lang.Object
|
+--org.sourceforge.jxutil.JNI
|
+--org.sourceforge.jxutil.w32.RegistryKey
- public class RegistryKey
- extends JNI
Fields inherited from class org.sourceforge.jxutil.JNI |
loaded |
HKEY_CLASSES_ROOT
static final int HKEY_CLASSES_ROOT
- See Also:
- Constant Field Values
HKEY_CURRENT_CONFIG
static final int HKEY_CURRENT_CONFIG
- See Also:
- Constant Field Values
HKEY_CURRENT_USER
static final int HKEY_CURRENT_USER
- See Also:
- Constant Field Values
HKEY_DYN_DATA
static final int HKEY_DYN_DATA
- See Also:
- Constant Field Values
HKEY_LOCAL_MACHINE
static final int HKEY_LOCAL_MACHINE
- See Also:
- Constant Field Values
HKEY_PERFORMANCE_DATA
static final int HKEY_PERFORMANCE_DATA
- See Also:
- Constant Field Values
HKEY_USERS
static final int HKEY_USERS
- See Also:
- Constant Field Values
kclass
String kclass
key
int key
name
String name
parent
RegistryKey parent
ROOT
public static RegistryKey ROOT
USER
public static RegistryKey USER
RegistryKey
RegistryKey(RegistryKey parent,
String name,
String kclass)
RegistryKey
RegistryKey(String name,
int key)
closeKey
void closeKey()
closeKey
static final void closeKey(int key)
- Close a key.
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize
in class Object
Throwable
fullName
public String fullName()
get
public RegistryKey get(String subKey)
getKeys
public final ArrayList getKeys()
throws RegistryAccessException
- Return a map from key name to RegistryKey entry.
RegistryAccessException
getName
public String getName()
getValues
public final List getValues()
throws RegistryAccessException
- Return a collection with the values
RegistryAccessException
open
final int open()
- Open a subkey.
openSub
final int openSub(String subkey)
- Open a subkey.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.