Uses of Class
com.github.robtimus.os.windows.registry.RegistryKey.Handle
-
Uses of RegistryKey.Handle in com.github.robtimus.os.windows.registry
Methods in com.github.robtimus.os.windows.registry that return RegistryKey.HandleModifier and TypeMethodDescriptionRegistryKey.handle()Creates a handle to this registry key.RegistryKey.handle(RegistryKey.HandleOption... options) Creates a handle to this registry key.Method parameters in com.github.robtimus.os.windows.registry with type arguments of type RegistryKey.HandleModifier and TypeMethodDescriptionvoidRegistryKey.ifAccessible(Consumer<? super RegistryKey.Handle> action, RegistryKey.HandleOption... options) Runs an action on aRegistryKey.Handleif this registry key is accessible.<R> Optional<R> RegistryKey.ifAccessible(Function<? super RegistryKey.Handle, ? extends R> action, RegistryKey.HandleOption... options) Runs an action on aRegistryKey.Handleif this registry key is accessible.voidRegistryKey.ifExists(Consumer<? super RegistryKey.Handle> action, RegistryKey.HandleOption... options) Runs an action on aRegistryKey.Handleif this registry key exists.<R> Optional<R> RegistryKey.ifExists(Function<? super RegistryKey.Handle, ? extends R> action, RegistryKey.HandleOption... options) Runs an action on aRegistryKey.Handleif this registry key exists.