getDataStore(URL url) Checks each available datasource implementation in turn and returns the
first one which claims to support the resource identified by the params
object.
Parameters: url - A Map object which contains a defenition of the resource toconnect to.
Returns an iterator of FileDataStoreFactorySpi to allow for the easy
creation of a FileDataStore
See Also:FileDataStoreFactorySpi See Also: FileDataStore
Checks each available datasource implementation in turn and returns the
first one which claims to support the resource identified by the params
object.
Parameters: url - A Map object which contains a defenition of the resource toconnect to. for file based resources the property 'url' shouldbe set within this Map. The first datasource which claims to process the requiredresource, returns null if none can be found. throws: IOException - If a suitable loader can be found, but it can not beattached to the specified resource without errors.