Class RegistryInfo


  • public final class RegistryInfo
    extends java.lang.Object
    Registry tools for handling registry keys and values.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RegistryInfo.HKEY
      A list of the different parent keys in the Windows Registry that are used in the RegistryInfo class.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getStringValue​(RegistryInfo.HKEY hkey, java.lang.String key, java.lang.String value)
      Gets string value from a registry key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getStringValue

        public static java.lang.String getStringValue​(RegistryInfo.HKEY hkey,
                                                      java.lang.String key,
                                                      java.lang.String value)
        Gets string value from a registry key.
        Parameters:
        hkey - Root key to use to access key
        key - Key path to access
        value - Value name to access
        Returns:
        Key value as string