22 #include "hazelcast/util/export.h"
52 virtual std::shared_ptr<std::string>
matches(
53 const std::vector<std::string>& config_patterns,
54 const std::string& item_name)
const = 0;
The ConfigPatternMatcher provides a strategy to match an item name to a configuration pattern.
virtual std::shared_ptr< std::string > matches(const std::vector< std::string > &config_patterns, const std::string &item_name) const =0
Returns the best match for an item name out of a list of configuration patterns.