Class DefaultWindowsRegistry
java.lang.Object
net.rubygrapefruit.platform.internal.DefaultWindowsRegistry
- All Implemented Interfaces:
NativeIntegration, WindowsRegistry
-
Nested Class Summary
Nested classes/interfaces inherited from interface WindowsRegistry
WindowsRegistry.Key -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStringValue(WindowsRegistry.Key key, String subkey, String valueName) Returns a registry key value as a String.getSubkeys(WindowsRegistry.Key key, String subkey) Lists the subkeys of a registry key.getValueNames(WindowsRegistry.Key key, String subkey) Lists the value names of a registry key.
-
Constructor Details
-
DefaultWindowsRegistry
public DefaultWindowsRegistry()
-
-
Method Details
-
getStringValue
public String getStringValue(WindowsRegistry.Key key, String subkey, String valueName) throws NativeException Description copied from interface:WindowsRegistryReturns a registry key value as a String.- Specified by:
getStringValuein interfaceWindowsRegistry- Throws:
NativeException- On failure.
-
getSubkeys
Description copied from interface:WindowsRegistryLists the subkeys of a registry key.- Specified by:
getSubkeysin interfaceWindowsRegistry- Throws:
NativeException- On failure.
-
getValueNames
Description copied from interface:WindowsRegistryLists the value names of a registry key.- Specified by:
getValueNamesin interfaceWindowsRegistry- Throws:
NativeException- On failure.
-