(prefs) Multiuser support in preferences mechanism

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: 1.1.5
    • Component/s: core-libs
    • generic, sparc
    • solaris_2.5.1

      Name: jb33418 Date: 11/17/98


      The Properties class supports the following syntax:
      var=value

      When using one Properties file for a number of sites and developers,
      it is necessary to support syntax like the following:
      if [ "${var1}" = "fred" ]; then
        var2=blah
        var3=blahblah
      elif ...
      else ...
      fi
      var4=${var1}val
      var5=${var2}another val

      So that if the system property var1 does equal "fred", then
      var4 will expand to "freadval", and var4 to "blahanother val"
      (Review ID: 29351)
      ======================================================================
      ###@###.### 2004-11-17 20:57:13 GMT

            Assignee:
            Xueming Shen
            Reporter:
            Josh Bloch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: