public class InjectionPoint extends Object
| Modifier and Type | Field and Description |
|---|---|
static InjectionPoint |
NONE
This instance is use to represent "null" as no injection point.
|
| Constructor and Description |
|---|
InjectionPoint(int[] injectableArguments,
String bugType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBugType() |
int[] |
getInjectableArguments() |
String |
getInjectableMethod() |
void |
setInjectableMethod(String injectableMethod) |
public static final InjectionPoint NONE
public InjectionPoint(int[] injectableArguments,
String bugType)
Copyright © 2017. All rights reserved.