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 StringValueStringValue. expandableOf(String name, String value)Creates a new string registry value.static StringValueStringValue. of(String name, String value)Creates a new string registry value.StringValueStringValue. withExpandableValue(String value)Returns a registry value with the same name as this registry value but a different value.StringValueStringValue. withName(String name)StringValueStringValue. withValue(String value)Returns a registry value with the same name as this registry value but a different value.
-