Package org.eclipse.steady.java.monitor
Class InstrumentorFactory
- java.lang.Object
-
- org.eclipse.steady.java.monitor.InstrumentorFactory
-
public class InstrumentorFactory extends Object
Creates implementations ofIInstrumentorfor all classes specified via the configuration optionCoreConfiguration.INSTR_CHOOSEN_INSTR.
-
-
Constructor Summary
Constructors Constructor Description InstrumentorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<IInstrumentor>getInstrumentors()Creates and returns implementations ofIInstrumentorfor all classes specified via the configuration optionCoreConfiguration.INSTR_CHOOSEN_INSTR.
-
-
-
Method Detail
-
getInstrumentors
public static List<IInstrumentor> getInstrumentors()
Creates and returns implementations ofIInstrumentorfor all classes specified via the configuration optionCoreConfiguration.INSTR_CHOOSEN_INSTR. Those will be looped during static and dynamic instrumentation, e.g., in the classesExecutionMonitorandClassVisitor.- Returns:
- a
Listobject.
-
-