public class SimpleFilter extends Object implements MethodFilter
| Constructor and Description |
|---|
SimpleFilter()
Creates a simple filter that accepts no methods.
|
SimpleFilter(String[] methodNames)
Creates a simple filter that accepts methods matching the supplied names.
|
public SimpleFilter()
public SimpleFilter(String[] methodNames)
methodNames - the namespublic boolean accepts(Method method)
MethodFilteraccepts in interface MethodFiltermethod - the methodCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.