26#ifndef FILESYSTEMPROVIDER_H_
27#define FILESYSTEMPROVIDER_H_
34#include "ElementsKernel/Export.h"
std::vector< QualifiedName > m_order_names
~FileSystemProvider()=default
std::vector< QualifiedName > listContents(const std::string &group) override
List all files which belong to a group.
std::string getParameter(const QualifiedName &qualified_name, const std::string &key_word) override
FileSystemProvider(const std::string &root_path, std::unique_ptr< FileParser > parser)
constructor The FileSystemProvider handles files in a directory tree.
std::unique_ptr< FileParser > m_parser
std::unique_ptr< XYDataset > getDataset(const QualifiedName &qualified_name) override
Get a dataset corresponding to an unique qualified name.
std::map< QualifiedName, std::string > m_name_file_map
Represents a name qualified with a set of groups.
This interface class provides the dataset following a qualified name object.