org.apache.hivemind.methodmatch
Class MatchAllFilter

java.lang.Object
  extended by org.apache.hivemind.methodmatch.MethodFilter
      extended by org.apache.hivemind.methodmatch.MatchAllFilter

public class MatchAllFilter
extends MethodFilter

Matches all methods, regardless of name.

Author:
Howard Lewis Ship

Constructor Summary
MatchAllFilter()
           
 
Method Summary
 boolean matchMethod(MethodSignature sig)
          Returns true, always.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchAllFilter

public MatchAllFilter()
Method Detail

matchMethod

public boolean matchMethod(MethodSignature sig)
Returns true, always.

Specified by:
matchMethod in class MethodFilter