Class SettableRegistryValue

    • Method Detail

      • withName

        public abstract SettableRegistryValue withName​(String name)
        Returns a registry value with the same value as this registry value but a different name.
        Parameters:
        name - The name of the registry value to return.
        Returns:
        A registry value with the same value as this registry value and the given name.
        Throws:
        NullPointerException - If the given name is null.