Class WindowsRegistryEntry

  • All Implemented Interfaces:
    Referenceable

    public final class WindowsRegistryEntry
    extends ProjectObject
    Defines a Windows registry entry.
    • Constructor Detail

      • WindowsRegistryEntry

        public WindowsRegistryEntry()
    • Method Detail

      • getRegistryKey

        public java.lang.String getRegistryKey()
        The registry key where to look for the value name to edit.
      • setRegistryKey

        public void setRegistryKey​(java.lang.String key)
        The registry key where to look for the value name to edit.
      • getValueName

        public java.lang.String getValueName()
        The value name that will have the data changed.
      • setValueName

        public void setValueName​(java.lang.String valueName)
        The value name that will have the data changed.
      • setDataType

        public void setDataType​(MultipleWinRegistryType type)
        The type of data stored in this register.
      • getData

        public java.lang.String getData()
        The data (value) that will be stored.
      • setData

        public void setData​(java.lang.String data)
        The data (value) that will be stored.