| Package | Description | 
|---|---|
| net.sf.jiapi.reflect.util | 
 Utilities to be used with Jiapi. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected InstrumentationContext | 
InstrumentingClassLoader.ctx  | 
| Modifier and Type | Method and Description | 
|---|---|
InstrumentationContext | 
InstrumentationContextProvider.getInstrumentationContext()
Get InstrumentationContext, that is used in instrumentation process. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ClassLoader | 
InstrumentingClassLoader.createClassLoader(InstrumentationContext ctx)
Creates a new InstrumentingClassloader. 
 | 
static ClassLoader | 
InstrumentingClassLoader.createClassLoader(InstrumentationContext ctx,
                 ClassLoader parent)
Creates a new InstrumentingClassloader. 
 | 
static void | 
Bootstrapper.launch(String className,
      Object[] args,
      InstrumentationContext ctx,
      ClassLoader classLoader)
A utility method which is usually used from Jiapi applications to launch
 a target application for instrumentation. 
 | 
static void | 
Bootstrapper.launch(String className,
      String methodName,
      Class<?>[] parameterTypes,
      Object[] args,
      InstrumentationContext ctx,
      ClassLoader classLoader)
A utility method which is usually used from Jiapi applications to launch
 a target application for instrumentation. 
 | 
void | 
InstrumentingClassLoader.setContext(InstrumentationContext ctx)
Set the context for the ClassLoader. 
 | 
| Constructor and Description | 
|---|
InstrumentingClassLoader(InstrumentationContext ctx,
                        URL[] urls,
                        ClassLoader parent)  | 
Copyright © 2017. All rights reserved.