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.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDataStore
(URI uri) Creates the data store if defined by this provider.
-
Constructor Details
-
FileSystemDataStoreProvider
public FileSystemDataStoreProvider()Constructs the default data store provider.
-
-
Method Details
-
getDataStore
Description copied from class:DataStoreProvider
Creates the data store if defined by this provider.- Specified by:
getDataStore
in classDataStoreProvider
- Parameters:
uri
- the URI defining the data store- Returns:
- the data store, or
null
if not implemented by this provider
-