Package com.gigaspaces.internal.io
Class WindowsRegistryUtils
java.lang.Object
com.gigaspaces.internal.io.WindowsRegistryUtils
This class provides Windows Registry services.
- Since:
- 6.6
- Author:
- niv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringreadKeyValueCurrentUser(String keyPath, String valueName) Opens the specified key path and reads the specified value from the current user settings.static StringreadKeyValueLocalMachine(String keyPath, String valueName) Opens the specified key path and reads the specified value from the local machine settings.
-
Constructor Details
-
WindowsRegistryUtils
public WindowsRegistryUtils()
-
-
Method Details
-
readKeyValueCurrentUser
Opens the specified key path and reads the specified value from the current user settings.- Parameters:
valueName- name of value
-
readKeyValueLocalMachine
Opens the specified key path and reads the specified value from the local machine settings.
-