Class InstrumentorBuilder
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.injection.InstrumentorBuilder
-
public class InstrumentorBuilder extends Object
A builder forInstrumentor
s. It can be used to create instrumentors without knowing the actual implementation of the instrumentor.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstrumentorBuilder
buildFor(PCMModel pcm)
<M> InstrumentorSEMBuilder<M>
forModelType(Class<M> modelType)
InstrumentorBuilder
inBundle(org.osgi.framework.Bundle bundle)
InstrumentorBuilder
withDescription(InstrumentationDescription description)
InstrumentorBuilder
withStorage(MeasurementStorage storage)
-
-
-
Method Detail
-
buildFor
public static InstrumentorBuilder buildFor(PCMModel pcm)
-
withDescription
public InstrumentorBuilder withDescription(InstrumentationDescription description)
-
inBundle
public InstrumentorBuilder inBundle(org.osgi.framework.Bundle bundle)
-
withStorage
public InstrumentorBuilder withStorage(MeasurementStorage storage)
-
forModelType
public <M> InstrumentorSEMBuilder<M> forModelType(Class<M> modelType)
-
-