public class WildcardDataMatcher extends Object implements TargetMatcher
| Constructor and Description |
|---|
WildcardDataMatcher(int typeId) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMatchedTypeId()
Get the matched type ID, which is merely used for indexing.
|
boolean |
test(Target target)
Return whether the given target is matched by this matcher.
|
public int getMatchedTypeId()
TargetMatchergetMatchedTypeId in interface TargetMatcherpublic boolean test(Target target)
TargetMatchertest in interface TargetMatchertarget - the targetCopyright © 2015. All Rights Reserved.