A support class for creating Service Extensions based on Geotools Datastores. Provides feeback information for when the
datastore cannot use the offered parameters
author: Jesse since: 1.1.0
Do any other checks besides a basic parsing of the parameters.
Parameters: params - parameters to be used for creating the datastore null if everything checks out
For special urls like DB urls. parses out the required information from the url.
Consider:
jdbc.postgis://username:password@hosr:port/database/schema.
it will parse out these paarts from the url. In cases like oracle the equivalents have to be
understood.
Parameters: url -