Class WindowsRegistryFunctions
- java.lang.Object
-
- net.rubygrapefruit.platform.internal.jni.WindowsRegistryFunctions
-
public class WindowsRegistryFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description WindowsRegistryFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getStringValue(int key, String subkey, String value, FunctionResult result)
static boolean
getSubkeys(int key, String subkey, List<String> subkeys, FunctionResult result)
static boolean
getValueNames(int key, String subkey, List<String> names, FunctionResult result)
-
-
-
Method Detail
-
getStringValue
public static String getStringValue(int key, String subkey, String value, FunctionResult result)
-
getSubkeys
public static boolean getSubkeys(int key, String subkey, List<String> subkeys, FunctionResult result)
-
getValueNames
public static boolean getValueNames(int key, String subkey, List<String> names, FunctionResult result)
-
-