ViewRegisteringFactoryHelper.java | Class | Utility class to help DataStoreFactories for
s register the views provided
in a java.util.Map in the call to the factory's
createDataStore(Map) method.
Due to the non hierarchical nature of a Map, it is no so easy to provide a
variable number of arguments on it for the same keyword, since they're
usually read from a .properties file.
This class helps to minimize the work needed to provide such a mapping of
various SQL views to an in-process feature type by defining the following
structure for a Map<String,String> passed to createDataStore. |