public class InstrumentorFactory extends Object
Modifier and Type | Field and Description |
---|---|
protected static InstrumentorEnum |
instrumentor |
protected static Constructor<?> |
otherInstrumentorConstructor |
Constructor and Description |
---|
InstrumentorFactory() |
Modifier and Type | Method and Description |
---|---|
static InstrumentorEnum |
getInstrumentor() |
static Instrumentor |
getInstrumentor(AspectManager manager,
JoinpointClassifier joinpointClassifier) |
static Instrumentor |
getInstrumentor(javassist.ClassPool pool,
AspectManager manager,
JoinpointClassifier joinpointClassifier,
DynamicTransformationObserver observer) |
static String |
getInstrumentorName() |
static void |
initialise(String property) |
protected static InstrumentorEnum instrumentor
protected static Constructor<?> otherInstrumentorConstructor
public static void initialise(String property)
public static InstrumentorEnum getInstrumentor()
public static Instrumentor getInstrumentor(javassist.ClassPool pool, AspectManager manager, JoinpointClassifier joinpointClassifier, DynamicTransformationObserver observer)
public static Instrumentor getInstrumentor(AspectManager manager, JoinpointClassifier joinpointClassifier)
public static String getInstrumentorName()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.