News

Aprons PropertyFile only supports key-value-based .properties files. As java.util.Properties also provides methods to read and write to XML files and those formats are not supported by Apron, the ...
You can use the Java JDOM classes to read the XML data including the element's attribute property. You use these. ... Double-click the Java file you want to use to retrieve the data.
You can also change properties file values without restarting the application. So, getting some values (it might change as dynamic, eg. api url) from properties file is the good approach in java ...