Uses of Class
com.github.robtimus.os.windows.registry.MultiStringValue
-
Uses of MultiStringValue in com.github.robtimus.os.windows.registry
Methods in com.github.robtimus.os.windows.registry that return MultiStringValueModifier and TypeMethodDescriptionstatic MultiStringValueCreates a new multi-string registry value.static MultiStringValueCreates a new multi-string registry value.MultiStringValue.withValues(String... values) Returns a registry value with the same name as this registry value but a different value.MultiStringValue.withValues(List<String> values) Returns a registry value with the same name as this registry value but a different value.