org.nutz.aop.matcher
类 RegexMethodMatcher

java.lang.Object
  继承者 org.nutz.aop.matcher.RegexMethodMatcher
所有已实现的接口:
MethodMatcher

public class RegexMethodMatcher
extends java.lang.Object
implements MethodMatcher


构造方法摘要
RegexMethodMatcher(java.lang.String active)
           
RegexMethodMatcher(java.lang.String active, java.lang.String ignore)
           
RegexMethodMatcher(java.lang.String active, java.lang.String ignore, int mods)
           
 
方法摘要
 boolean match(java.lang.reflect.Method method)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

RegexMethodMatcher

public RegexMethodMatcher(java.lang.String active)

RegexMethodMatcher

public RegexMethodMatcher(java.lang.String active,
                          java.lang.String ignore)

RegexMethodMatcher

public RegexMethodMatcher(java.lang.String active,
                          java.lang.String ignore,
                          int mods)
方法详细信息

match

public boolean match(java.lang.reflect.Method method)
指定者:
接口 MethodMatcher 中的 match