public interface ClassNameMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String className)
Returns
true if the supplied class name matches this object's condition. |
boolean matches(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 conditionCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.