10#include "MantidDataHandling/DllConfig.h"
19namespace DataHandling {
28 const std::string name()
const override;
29 int version()
const override;
30 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadInstrument",
"UpdateScriptRepository"}; }
31 const std::string category()
const override;
32 const std::string summary()
const override;
42 const std::string &localFilePath =
"",
47 std::string getValueOrDefault(
const StringToStringMap &mapping,
const std::string &key,
48 const std::string &defaultValue)
const;
50 size_t removeOrphanedFiles(
const std::string &directoryPath,
51 const std::unordered_set<std::string> &filenamesToKeep)
const;
Base class from which all concrete algorithm classes should be derived.
DownloadInstrument : Downloads one or more instrument files to the local instrument cache from the in...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
virtual ~DownloadInstrument()=default
std::map< std::string, std::string > StringToStringMap
Kernel::ProxyInfo m_proxyInfo
const std::string getDownloadableRepoUrl(const std::string &filename) const
ProxyInfo : Container for carrying around network proxy information.
Helper class which provides the Collimation Length for SANS instruments.