Uses of Class
com.github.robtimus.os.windows.registry.RegistryKey.TraverseOption
-
-
Uses of RegistryKey.TraverseOption in com.github.robtimus.os.windows.registry
Methods in com.github.robtimus.os.windows.registry that return RegistryKey.TraverseOption Modifier and Type Method Description static RegistryKey.TraverseOption
RegistryKey.TraverseOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static RegistryKey.TraverseOption[]
RegistryKey.TraverseOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.robtimus.os.windows.registry with parameters of type RegistryKey.TraverseOption Modifier and Type Method Description Stream<RegistryKey>
RegistryKey. traverse(int maxDepth, RegistryKey.TraverseOption... options)
Returns aStream
that traverses through this registry keys and all of its nested keys.Stream<RegistryKey>
RegistryKey. traverse(RegistryKey.TraverseOption... options)
Returns aStream
that traverses through this registry keys and all of its nested keys.
-