public class NamePrefixFilter extends MethodFilter
Constructor and Description |
---|
NamePrefixFilter(java.lang.String namePrefix) |
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 NamePrefixFilter(java.lang.String namePrefix)
public boolean matchMethod(MethodSignature sig)
MethodFilter
matchMethod
in class MethodFilter