|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.util.Registry
public final class Registry
Provides functions for accessing the Windows Registry via a JNI library. Typically useful for applications that run on Windows platforms
| Field Summary | |
|---|---|
static Registry |
HKEY_CLASSES_ROOT
The Registry Hive HKEY_CLASSES_ROOT |
static Registry |
HKEY_CURRENT_USER
The Registry Hive HKEY_CURENT_USER |
static Registry |
HKEY_LOCAL_MACHINE
The Registry Hive HKEY_LOCAL_MACHINE |
| Method Summary | |
|---|---|
java.lang.String |
getStringKey(java.lang.String keyPath,
java.lang.String keyName)
Function to get a string value for a specific registry key. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Registry HKEY_CLASSES_ROOT
public static final Registry HKEY_CURRENT_USER
public static final Registry HKEY_LOCAL_MACHINE
| Method Detail |
|---|
public java.lang.String getStringKey(java.lang.String keyPath,
java.lang.String keyName)
keyPath - Full path name to string-valued registry key (e.g.
"Software\Starbase\SBToolbar\Options").keyName - Name of string-valued key to get value of (e.g.
"DisplayAtStartup").
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||