public class FilteredMethodStorage
extends java.lang.Object
| Constructor and Description |
|---|
FilteredMethodStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIgnoredMethod(java.lang.String owner,
java.lang.String methodSignature) |
void |
addMethod(java.lang.String owner,
java.lang.String methodSignature,
boolean included) |
boolean |
checkClassIncluded(InstrumentationData context) |
boolean |
checkMethodIncluded(InstrumentationData context) |
boolean |
isMethodNameRegistered(java.lang.String owner,
java.lang.String methodName,
boolean included)
This is a heuristic method to check if a method with the provided name is ignored.
|
public boolean checkClassIncluded(InstrumentationData context)
public boolean checkMethodIncluded(InstrumentationData context)
public boolean isMethodNameRegistered(java.lang.String owner,
java.lang.String methodName,
boolean included)
public void addIgnoredMethod(java.lang.String owner,
java.lang.String methodSignature)
public void addMethod(java.lang.String owner,
java.lang.String methodSignature,
boolean included)