I need to get the list of properties which are in the .properties file. For example, if have the following .properties file:
users.admin.keywords = admin users.a
You can use getKeys().
It returns an Iterator on all the keys in the properties file.
Iterator