org.shiftone.jrat.core.criteria
Interface MethodCriteria
- All Known Implementing Classes:
- AndMethodCriteria, ClassMatcherMethodCriteria, CompositeMethodCriteria, Configuration, ConstantMethodCriteria, DebugMethodCriteria, IncludeExcludeMethodCriteria, MatcherMethodCriteria, NotMethodCriteria, OrMethodCriteria, Profile
public interface MethodCriteria
- Author:
- jeff@shiftone.org (Jeff Drost)
Method Summary |
boolean |
isMatch(java.lang.String className,
long modifiers)
should a class with these attributes be matched? |
boolean |
isMatch(java.lang.String className,
java.lang.String methodName,
java.lang.String signature,
long modifiers)
should a method with these attributes be matched? |
ALL
static final MethodCriteria ALL
NONE
static final MethodCriteria NONE
DEFAULT
static final MethodCriteria DEFAULT
isMatch
boolean isMatch(java.lang.String className,
long modifiers)
- should a class with these attributes be matched?
isMatch
boolean isMatch(java.lang.String className,
java.lang.String methodName,
java.lang.String signature,
long modifiers)
- should a method with these attributes be matched?