|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.shiftone.jrat.core.criteria.DebugMethodCriteria
public class DebugMethodCriteria
| Field Summary |
|---|
| Fields inherited from interface org.shiftone.jrat.core.criteria.MethodCriteria |
|---|
ALL, DEFAULT, NONE |
| Constructor Summary | |
|---|---|
DebugMethodCriteria(MethodCriteria criteria)
|
|
| Method Summary | |
|---|---|
boolean |
isMatch(java.lang.String className,
long modifier)
should a class with these attributes be matched? |
boolean |
isMatch(java.lang.String className,
java.lang.String methodName,
java.lang.String signature,
long modifier)
should a method with these attributes be matched? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebugMethodCriteria(MethodCriteria criteria)
| Method Detail |
|---|
public boolean isMatch(java.lang.String className,
long modifier)
MethodCriteria
isMatch in interface MethodCriteria
public boolean isMatch(java.lang.String className,
java.lang.String methodName,
java.lang.String signature,
long modifier)
MethodCriteria
isMatch in interface MethodCriteria
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||