Class WindowsRegistryUtils

java.lang.Object
com.gigaspaces.internal.io.WindowsRegistryUtils

public class WindowsRegistryUtils extends Object
This class provides Windows Registry services.
Since:
6.6
Author:
niv
  • Constructor Details

    • WindowsRegistryUtils

      public WindowsRegistryUtils()
  • Method Details

    • readKeyValueCurrentUser

      public static String readKeyValueCurrentUser(String keyPath, String valueName)
      Opens the specified key path and reads the specified value from the current user settings.
      Parameters:
      valueName - name of value
    • readKeyValueLocalMachine

      public static String readKeyValueLocalMachine(String keyPath, String valueName)
      Opens the specified key path and reads the specified value from the local machine settings.