FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
#include "regexConfProvider.hpp"
Go to the source code of this file.
Functions | |
bool | testIfFileExists (const string &filename) |
Check if a given file exists. More... | |
string | getRegexConfFile (const string &identity) |
Get the regex conf file. More... | |
string getRegexConfFile | ( | const string & | identity | ) |
Get the regex conf file.
Checks for regex file in
Return the first match found
identity | Name of file to be found (without ".conf" extension) |
Definition at line 47 of file regexConfProvider.cc.
bool testIfFileExists | ( | const string & | filename | ) |
Check if a given file exists.
filename | The file path to check |
Definition at line 27 of file regexConfProvider.cc.