Class BundleProbeLocator<C extends ProbeConfiguration>
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.measurement.osgi.BundleProbeLocator<C>
-
- All Implemented Interfaces:
ProbeLocator<C>
public class BundleProbeLocator<C extends ProbeConfiguration> extends Object implements ProbeLocator<C>
-
-
Constructor Summary
Constructors Constructor Description BundleProbeLocator(org.osgi.framework.Bundle bundle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends AbstractProbe<?,C>>
probeForType(Class<?> type, String property)
-
-
-
Method Detail
-
probeForType
public Class<? extends AbstractProbe<?,C>> probeForType(Class<?> type, String property)
- Specified by:
probeForType
in interfaceProbeLocator<C extends ProbeConfiguration>
-
-