public class ExactNameFilter extends MethodFilter
Constructor and Description |
---|
ExactNameFilter(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
matchMethod(MethodSignature sig)
Analyzes the method (its name, its parameters, etc.) and returns true
if the method matches the filter defined by a subclass.
|
public ExactNameFilter(java.lang.String name)
public boolean matchMethod(MethodSignature sig)
MethodFilter
matchMethod
in class MethodFilter