Uses of Interface
security.whisper.javastix.coo.types.WindowsRegistryValueObj
Packages that use WindowsRegistryValueObj
-
Uses of WindowsRegistryValueObj in security.whisper.javastix.coo.objects
Methods in security.whisper.javastix.coo.objects that return types with arguments of type WindowsRegistryValueObjModifier and TypeMethodDescriptiondefault Set<WindowsRegistryValueObj> WindowsRegistryKeyCoo.getValues() -
Uses of WindowsRegistryValueObj in security.whisper.javastix.coo.types
Classes in security.whisper.javastix.coo.types that implement WindowsRegistryValueObjModifier and TypeClassDescriptionfinal classThe Windows Registry Value type captures the properties of a Windows Registry Key Value.Methods in security.whisper.javastix.coo.types with parameters of type WindowsRegistryValueObjModifier and TypeMethodDescriptionstatic WindowsRegistryValueWindowsRegistryValue.copyOf(WindowsRegistryValueObj instance) Creates an immutable copy of aWindowsRegistryValueObjvalue.WindowsRegistryValue.Builder.from(WindowsRegistryValueObj instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.types.WindowsRegistryValueObjinstance.