public class InvokeLocationMatcher extends Object implements LocationMatcher
| Constructor and Description |
|---|
InvokeLocationMatcher(String owner,
String methodName,
String desc,
int count,
boolean whenComplete) |
InvokeLocationMatcher(String owner,
String methodName,
String desc,
int count,
boolean whenComplete,
List<String> excludes) |
InvokeLocationMatcher(String owner,
String methodName,
String desc,
int count,
boolean whenComplete,
List<String> excludes,
boolean atInvokeExcpetionExit) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
String |
getDesc() |
String |
getMethodName() |
String |
getOwner() |
boolean |
isWhenComplete() |
List<Location> |
match(MethodProcessor methodProcessor) |
List<Location> |
matchForException(MethodProcessor methodProcessor) |
void |
setCount(int count) |
void |
setDesc(String desc) |
void |
setMethodName(String methodName) |
void |
setOwner(String owner) |
void |
setWhenComplete(boolean whenComplete) |
public InvokeLocationMatcher(String owner, String methodName, String desc, int count, boolean whenComplete, List<String> excludes, boolean atInvokeExcpetionExit)
public InvokeLocationMatcher(String owner, String methodName, String desc, int count, boolean whenComplete, List<String> excludes)
public List<Location> match(MethodProcessor methodProcessor)
match in interface LocationMatcherpublic List<Location> matchForException(MethodProcessor methodProcessor)
public String getMethodName()
public void setMethodName(String methodName)
public String getOwner()
public void setOwner(String owner)
public String getDesc()
public void setDesc(String desc)
public int getCount()
public void setCount(int count)
public boolean isWhenComplete()
public void setWhenComplete(boolean whenComplete)
Copyright © 2018–2021. All rights reserved.