Class StoreProvider


public final class StoreProvider extends URIDataStore.Provider
The provider of Store instances. Given a StorageConnector input, this class tries to instantiate a CSV Store.

Thread safety

The same StoreProvider instance can be safely used by many threads without synchronization on the part of the caller. However, the Store instances created by this factory are not thread-safe.
Since:
0.8
Version:
1.2