Uses of Class
com.github.robtimus.os.windows.registry.StringValue
-
-
Uses of StringValue in com.github.robtimus.os.windows.registry
Methods in com.github.robtimus.os.windows.registry that return StringValue Modifier and Type Method Description static StringValue
StringValue. expandableOf(String name, String value)
Creates a new string registry value.static StringValue
StringValue. of(String name, String value)
Creates a new string registry value.StringValue
StringValue. withExpandableValue(String value)
Returns a registry value with the same name as this registry value but a different value.StringValue
StringValue. withName(String name)
StringValue
StringValue. withValue(String value)
Returns a registry value with the same name as this registry value but a different value.
-