public static interface AgentBuilder.BinaryLocator
AgentBuilder.| Modifier and Type | Interface and Description |
|---|---|
static class |
AgentBuilder.BinaryLocator.Default
A default implementation of a
AgentBuilder.BinaryLocator that
is using a TypePool.Default with a
TypePool.CacheProvider.Simple and a
ClassFileLocator.ForClassLoader. |
static interface |
AgentBuilder.BinaryLocator.Initialized
A
AgentBuilder.BinaryLocator in initialized state. |
| Modifier and Type | Method and Description |
|---|---|
AgentBuilder.BinaryLocator.Initialized |
initialize(String typeName,
byte[] binaryRepresentation,
ClassLoader classLoader)
Initializes this binary locator.
|
AgentBuilder.BinaryLocator.Initialized initialize(String typeName, byte[] binaryRepresentation, ClassLoader classLoader)
typeName - The binary name of the type that is being instrumented.binaryRepresentation - The binary representation of the instrumented type.classLoader - The class loader of the instrumented type. Might be null if this class
loader represents the bootstrap class loader.Copyright © 2014–2015. All rights reserved.