Uses of Class
com.github.robtimus.os.windows.registry.RegistryKey
-
Uses of RegistryKey in com.github.robtimus.os.windows.registry
Classes in com.github.robtimus.os.windows.registry that implement interfaces with type arguments of type RegistryKeyFields in com.github.robtimus.os.windows.registry declared as RegistryKeyModifier and TypeFieldDescriptionfinal RegistryKeyLocalRegistry.HKEY_CLASSES_ROOTThe HKEY_CLASSES_ROOT root key.final RegistryKeyLocalRegistry.HKEY_CURRENT_CONFIGThe HKEY_CURRENT_CONFIG root key.final RegistryKeyLocalRegistry.HKEY_CURRENT_USERThe HKEY_CURRENT_USER root key.final RegistryKeyLocalRegistry.HKEY_LOCAL_MACHINEThe HKEY_LOCAL_MACHINE root key.final RegistryKeyRemoteRegistry.HKEY_LOCAL_MACHINEThe HKEY_LOCAL_MACHINE root key on the remote machine.final RegistryKeyLocalRegistry.HKEY_USERSThe HKEY_USERS root key.final RegistryKeyRemoteRegistry.HKEY_USERSThe HKEY_USERS root key on the remote machine.Methods in com.github.robtimus.os.windows.registry that return RegistryKeyModifier and TypeMethodDescriptionabstract RegistryKeyRenames this registry key.abstract RegistryKeyReturns a registry key relative to this registry key.abstract RegistryKeyRegistryKey.root()Returns the root of the registry key.Methods in com.github.robtimus.os.windows.registry that return types with arguments of type RegistryKeyModifier and TypeMethodDescriptionabstract Optional<RegistryKey> RegistryKey.parent()Returns the parent registry key.RegistryKey.Handle.subKeys()Returns all direct sub keys of the registry key from which this handle was retrieved.RegistryKey.subKeys()Returns all direct sub keys of this registry key.RegistryKey.traverse(int maxDepth, RegistryKey.TraverseOption... options) Returns aStreamthat traverses through this registry keys and all of its nested keys.RegistryKey.traverse(RegistryKey.TraverseOption... options) Returns aStreamthat traverses through this registry keys and all of its nested keys.Methods in com.github.robtimus.os.windows.registry with parameters of type RegistryKey