|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.config.RegistryUtils
public abstract class RegistryUtils
A collection methods for using the Windows registry to load and store core configuration settings.
Field Summary | |
---|---|
static java.lang.String |
VISUAL_STUDIO_KEY_ROOT_PATH
The path of the root registry key for settings for this version of Visual Studio. |
Constructor Summary | |
---|---|
RegistryUtils()
|
Method Summary | |
---|---|
static com.microsoft.tfs.jni.RegistryKey |
openOrCreateRootUserRegistryKey()
Gets the current user's registry key for settings for this version of Visual Studio (in RootKey.HKEY_CURRENT_USER ). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VISUAL_STUDIO_KEY_ROOT_PATH
"Software\\Microsoft\\VisualStudio\\12.0"
Constructor Detail |
---|
public RegistryUtils()
Method Detail |
---|
public static com.microsoft.tfs.jni.RegistryKey openOrCreateRootUserRegistryKey()
RootKey.HKEY_CURRENT_USER
).
Throws RuntimeException
if called from a non-Windows platform.
RegistryKey
or null
if it did not exist
and could not be created
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |