|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines a predicate-filter, that can be customized for the search process.
| Method Summary | |
boolean |
filter(java.lang.Class klass)
This predicate indicates whether the given class (and its superclass/interfaces) should be traced recursively. |
boolean |
filter(java.lang.reflect.Method method)
This predicate indicates whether the given method should be processed. |
| Method Detail |
public boolean filter(java.lang.Class klass)
klass - the candidate class to trace.
true if the klass is to be traced,
otherwise false.public boolean filter(java.lang.reflect.Method method)
method - the candidate class to trace.
true if the method is to be traced,
otherwise false.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||