Package com.jgcomptech.tools
Class RegistryInfo
- java.lang.Object
-
- com.jgcomptech.tools.RegistryInfo
-
public final class RegistryInfo extends java.lang.ObjectRegistry tools for handling registry keys and values.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegistryInfo.HKEYA list of the different parent keys in the Windows Registry that are used in theRegistryInfoclass.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetStringValue(RegistryInfo.HKEY hkey, java.lang.String key, java.lang.String value)Gets string value from a registry key.
-
-
-
Method Detail
-
getStringValue
public static java.lang.String getStringValue(RegistryInfo.HKEY hkey, java.lang.String key, java.lang.String value)
Gets string value from a registry key.- Parameters:
hkey- Root key to use to access keykey- Key path to accessvalue- Value name to access- Returns:
- Key value as string
-
-