I apologize for the title.. i couldn't find a better way to explain the situation.
I use to load properties file using a Property class as described in the URL http://www.exampledepot.com/egs/java.util/Props.html
my question is can I use properties within that properties file ?
example:
test.properties
url.main="http://mysite.com"
url.games={url.main}/games
url.images={url.main}/images
.
.
.
is that possible with some other syntax?
thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…