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)

Field Summary
static MethodCriteria ALL
           
static MethodCriteria DEFAULT
           
static MethodCriteria NONE
           
 
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?
 

Field Detail

ALL

static final MethodCriteria ALL

NONE

static final MethodCriteria NONE

DEFAULT

static final MethodCriteria DEFAULT
Method Detail

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?