public class InstrumentationContext
extends java.lang.Object
Constructor and Description |
---|
InstrumentationContext()
Creates a context.
|
Modifier and Type | Method and Description |
---|---|
void |
addInstrumentationDescriptor(InstrumentationDescriptor id)
Adds an instrumentation descriptor to this context.
|
java.util.List |
getDescriptors()
Get a List of
InstrumentationDescriptor s added to
this context. |
Loader |
getLoader()
Gets a Loader which is configured with this context.
|
void |
instrument(JiapiClass clazz)
Manipulates the class by configured Instrumentors.
|
public void addInstrumentationDescriptor(InstrumentationDescriptor id)
id
- InstrumentationDescriptorInstrumentationDescriptor
public java.util.List getDescriptors()
InstrumentationDescriptor
s added to
this context.public Loader getLoader()
public void instrument(JiapiClass clazz)
clazz
- JiapiClass to instrumentCopyright © 2001. Documenation generated January 20 2015.