Mantid
|
This class is an archive searching interface. More...
#include <IArchiveSearch.h>
Public Member Functions | |
virtual std::string | getArchivePath (const std::set< std::string > &filenames, const std::vector< std::string > &exts) const =0 |
Return the full path to a data file in an archive. More... | |
virtual | ~IArchiveSearch ()=default |
Virtual destructor. More... | |
This class is an archive searching interface.
Definition at line 36 of file IArchiveSearch.h.
|
virtualdefault |
Virtual destructor.
|
pure virtual |
Return the full path to a data file in an archive.
The first match is returned
filenames | :: A list of filenames (without extensions) to pass to the archive |
exts | :: A list of extensions to check for in turn against each file |
Implemented in Mantid::DataHandling::ORNLDataArchive, and Mantid::DataHandling::ISISDataArchive.