Uses of Enum Class
com.github.robtimus.os.windows.registry.RegistryKey.TraverseOption
-
Uses of RegistryKey.TraverseOption in com.github.robtimus.os.windows.registry
Subclasses with type arguments of type RegistryKey.TraverseOption in com.github.robtimus.os.windows.registryModifier and TypeClassDescriptionstatic enumAn enumeration over the possible options for traversing a registry key.Methods in com.github.robtimus.os.windows.registry that return RegistryKey.TraverseOptionModifier and TypeMethodDescriptionstatic RegistryKey.TraverseOptionReturns the enum constant of this class with the specified name.static RegistryKey.TraverseOption[]RegistryKey.TraverseOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.robtimus.os.windows.registry with parameters of type RegistryKey.TraverseOptionModifier and TypeMethodDescriptionRegistryKey.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.