public final class FullClassNameMatcher extends Object implements ClassNameMatcher
ClassNameMatcher that matches on full class names.
This object is immutable and thread-safe.
This class is extracted from Apache commons-io project| Constructor and Description |
|---|
FullClassNameMatcher(String... classes)
Constructs an object based on the specified class names.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String className)
Returns
true if the supplied class name matches this object's condition. |
public FullClassNameMatcher(String... classes)
classes - a list of class namespublic boolean matches(String className)
ClassNameMatchertrue if the supplied class name matches this object's condition.matches in interface ClassNameMatcherclassName - fully qualified class nametrue if the class name matches this object's conditionCopyright © 2004–2024 Apache MINA Project. All rights reserved.