public class WindowsRegistryFunctions extends Object
Constructor | Description |
---|---|
WindowsRegistryFunctions() |
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) |
public static String getStringValue(int key, String subkey, String value, FunctionResult result)
public static boolean getSubkeys(int key, String subkey, List<String> subkeys, FunctionResult result)
public static boolean getValueNames(int key, String subkey, List<String> names, FunctionResult result)