/ Published in: Java
Loads Properties from a file and retrieves a single String property.
Expand |
Embed | Plain Text
if (properties == null) { try { } } return properties.getProperty(propKey); }
You need to login to post a comment.
Loads Properties from a file and retrieves a single String property.
if (properties == null) { try { } } return properties.getProperty(propKey); }
You need to login to post a comment.