Uses of Class
jetbrains.buildServer.util.Win32RegistryAccessor.Hive
-
Packages that use Win32RegistryAccessor.Hive Package Description jetbrains.buildServer.util -
-
Uses of Win32RegistryAccessor.Hive in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return Win32RegistryAccessor.Hive Modifier and Type Method Description static Win32RegistryAccessor.Hive
Win32RegistryAccessor.Hive. valueOf(String name)
Returns the enum constant of this type with the specified name.static Win32RegistryAccessor.Hive[]
Win32RegistryAccessor.Hive. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.util with parameters of type Win32RegistryAccessor.Hive Modifier and Type Method Description Set<String>
CachedRegistryAccessor. listSubKeys(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Set<String>
Win32RegistryAccessor. listSubKeys(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Enumerates sub key names of a given keyPath.Set<String>
Win32RegistryAccessorProxy. listSubKeys(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Set<String>
Win32RegistryNativeAccessorImpl. listSubKeys(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Set<String>
CachedRegistryAccessor. listValueNames(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Set<String>
Win32RegistryAccessor. listValueNames(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Enumerates value names of a given keyPath.Set<String>
Win32RegistryAccessorProxy. listValueNames(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
Set<String>
Win32RegistryNativeAccessorImpl. listValueNames(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath)
File
CachedRegistryAccessor. readRegistryFile(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
File
Win32RegistryAccessor. readRegistryFile(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
Tries to read registryFile
Win32RegistryAccessorProxy. readRegistryFile(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
File
Win32RegistryNativeAccessorImpl. readRegistryFile(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
String
CachedRegistryAccessor. readRegistryText(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
String
Win32RegistryAccessor. readRegistryText(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
Tries to read registryString
Win32RegistryAccessorProxy. readRegistryText(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
String
Win32RegistryNativeAccessorImpl. readRegistryText(Win32RegistryAccessor.Hive hive, Bitness bitness, String keyPath, String entryName)
-