42     explicit PathMatch(std::vector<std::string> excludedPaths, 
bool caseSensitive = 
true);
 
   49     bool match(
const std::string &path) 
const;
 
   58     static std::string removeFilename(
const std::string &path);
 
static bool match(const Token *tok, const std::string &rhs)
 
Simple path matching for ignoring paths in CLI.
 
std::vector< std::string > mExcludedPaths
 
std::vector< std::string > mWorkingDirectory