There was a recent exchange on this list pertaining to this which I have 
unfortunately misplaced.

If I have a composite configuration with the properties

   my.service.ip=1.2.3.4
   my.service.port=8080
   my.service.protocol=http
   my.actual.url=${my.service.protocol}://${my.service.ip}:${my.service.port}

then

     MyCompositeConfiguration.getValue()

would yield the string "http://1.2.3.4:8080";

while 

      MyCompositeConfiguration.getString()

would yield the 'raw' string

     ${my.service.protocol}://${my.service.ip}:${my.service.port}

Correct? Or is it the other way around?

Thanks,

/U
    

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to