22 #include "hazelcast/util/export.h"
50 virtual std::shared_ptr<std::string>
51 matches(
const std::vector<std::string> &config_patterns,
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.