Class FileSystemDataStoreProvider

java.lang.Object
org.moeaframework.analysis.store.DataStoreProvider
org.moeaframework.analysis.store.fs.FileSystemDataStoreProvider

public class FileSystemDataStoreProvider extends DataStoreProvider
Provider for the FileSystemDataStore. The URI should either begin with file:// for paths relative to the working directory, or file:/// for absolute paths.
  • Constructor Details

    • FileSystemDataStoreProvider

      public FileSystemDataStoreProvider()
      Constructs the default data store provider.
  • Method Details

    • getDataStore

      public DataStore getDataStore(URI uri)
      Description copied from class: DataStoreProvider
      Creates the data store if defined by this provider.
      Specified by:
      getDataStore in class DataStoreProvider
      Parameters:
      uri - the URI defining the data store
      Returns:
      the data store, or null if not implemented by this provider