|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hazelcast.config.matcher.LegacyWildcardConfigPatternMatcher
@Deprecated public class LegacyWildcardConfigPatternMatcher
This ConfigPatternMatcher
supports a simplified wildcard matching.
See "Config.md ## Using Wildcard" for details about the syntax.
WildcardConfigPatternMatcher
instead.
Constructor Summary | |
---|---|
LegacyWildcardConfigPatternMatcher()
Deprecated. |
Method Summary | |
---|---|
String |
matches(Iterable<String> configPatterns,
String itemName)
Deprecated. Returns the best match for an item name out of a list of configuration patterns. |
boolean |
matches(String pattern,
String itemName)
Deprecated. This method is public to be accessible by InstancePermission . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyWildcardConfigPatternMatcher()
Method Detail |
---|
public String matches(Iterable<String> configPatterns, String itemName)
ConfigPatternMatcher
matches
in interface ConfigPatternMatcher
configPatterns
- list of configuration patternsitemName
- item name to match
public boolean matches(String pattern, String itemName)
InstancePermission
.
pattern
- configuration pattern to match withitemName
- item name to match
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |