F
ffmelo
I need something like java.util.Properties class...
I want to store properties in a text file and to get at runtime.
Example in java:
text file
------
propertieName1=propertieValue1
propertieName2=propertieValue2
propertieName3=propertieValue3
------
So, using Properties class I can get the properties by name.
And I can change the properties values without need to compile the
aplication again.
Thanks.
I want to store properties in a text file and to get at runtime.
Example in java:
text file
------
propertieName1=propertieValue1
propertieName2=propertieValue2
propertieName3=propertieValue3
------
So, using Properties class I can get the properties by name.
And I can change the properties values without need to compile the
aplication again.
Thanks.