8 #ifndef META_OCEAN_IO_FILE_MANAGER_H
9 #define META_OCEAN_IO_FILE_MANAGER_H
This class is the base class for all plugin manager able to load and manager files.
Definition: FileManager.h:26
virtual FileExtensions supportedExtensions()=0
Returns all currently supported file extensions.
virtual ~FileManager()
Destructs a file manager object.
virtual bool isSupported(const std::string &extension)
Returns whether a specified file extension is supported.
std::map< std::string, std::string > FileExtensions
Definition of a map mapping supported file extensions to file type descriptions.
Definition: FileManager.h:32
FileManager()
Creates a new file manager object.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15