| Package | Description |
|---|---|
| net.sf.jiapi.reflect.util |
Utilities to be used with Jiapi.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodInstrumentor
This class is a simple implementation of Instrumentor, that gets all the
declared methods of the target class, and forwards instrumentation to
instrument(JiapiMethod) method. |
| Modifier and Type | Method and Description |
|---|---|
List<Instrumentor> |
InstrumentationDescriptor.getInstrumentors()
Gets all the Instrumentors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstrumentationDescriptor.addInstrumentor(Instrumentor instrumentor)
Adds a new Instrumentor
|
Copyright © 2017. All rights reserved.