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 projectConstructor 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)
ClassNameMatcher
true
if the supplied class name matches this object's condition.matches
in interface ClassNameMatcher
className
- fully qualified class nametrue
if the class name matches this object's conditionCopyright © 2004–2025 Apache MINA Project. All rights reserved.