Reads "datastore" elements from the catalog.xml file.
For each datastore element read, a map is returned which contains the following key / values:
"id": data store id (String)
"namespace": namespace prefix of datastore (String)
"enabled": wether the format is enabled or not (Boolean) *
"connectionParams": data store connection parameters (Map)
* indicates that the parameter is optional and may be null
@return A list of Map objects containing datastore information.
@throws Exception If error processing "datastores" element.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.