Uses of Class
com.github.robtimus.os.windows.registry.SettableRegistryValue
-
-
Uses of SettableRegistryValue in com.github.robtimus.os.windows.registry
Subclasses of SettableRegistryValue in com.github.robtimus.os.windows.registry Modifier and Type Class Description class
BinaryValue
A representation of binary registry values.class
DWordValue
A representation of DWORD registry values.class
MultiStringValue
A representation of multi-string registry values.class
QWordValue
A representation of QWORD registry values.class
StringValue
A representation of string registry values.Methods in com.github.robtimus.os.windows.registry that return SettableRegistryValue Modifier and Type Method Description abstract SettableRegistryValue
SettableRegistryValue. withName(String name)
Returns a registry value with the same value as this registry value but a different name.Methods in com.github.robtimus.os.windows.registry with parameters of type SettableRegistryValue Modifier and Type Method Description void
RegistryKey.Handle. setValue(SettableRegistryValue value)
Sets a registry value.void
RegistryKey. setValue(SettableRegistryValue value)
Sets a registry value.
-