Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4190695

(prefs) Multiuser support in preferences mechanism

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 1.1.5
    • 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

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

              Created:
              Updated:
              Imported:
              Indexed: