public interface ClassNameMatcher
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
matches(java.lang.String className) |
Returns
true if the supplied class name matches this object's condition. |
boolean matches(java.lang.String className)
true if the supplied class name matches this object's condition.className - fully qualified class nametrue if the class name matches this object's condition