Class FileSystemDataStoreProvider
java.lang.Object
org.moeaframework.analysis.store.DataStoreProvider
org.moeaframework.analysis.store.fs.FileSystemDataStoreProvider
Provider for the
FileSystemDataStore. The URI should either begin with file:// for paths relative
to the working directory, or file:/// for absolute paths. This is also the default if no scheme is defined.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDataStore(URI uri) Resolves the data store referenced by this URI.
-
Constructor Details
-
FileSystemDataStoreProvider
public FileSystemDataStoreProvider()Constructs the default data store provider.
-
-
Method Details
-
getDataStore
Description copied from class:DataStoreProviderResolves the data store referenced by this URI.- Specified by:
getDataStorein classDataStoreProvider- Parameters:
uri- the URI defining the data store- Returns:
- the data store, or
nullif not implemented by this provider
-