public class MeasurementResultAnalyserContributionsHandler extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MEASUREMENT_RESULT_ANALYSERS_EXTENSION_POINT_CLASS_PROPERTY_NAME
The property name of the extension point for MeasurementResultAnalyser
implementations.
|
static String |
MEASUREMENT_RESULT_ANALYSERS_EXTENSION_POINT_ID
The extension point id for MeasurementResultAnalysers.
|
Constructor and Description |
---|
MeasurementResultAnalyserContributionsHandler() |
Modifier and Type | Method and Description |
---|---|
List<MeasurementResultAnalyser> |
getAvailableMeasurmentResultAnalysers()
Scans the measurement result analysers extension point for available measurement
result analysers.
|
public static final String MEASUREMENT_RESULT_ANALYSERS_EXTENSION_POINT_ID
public static final String MEASUREMENT_RESULT_ANALYSERS_EXTENSION_POINT_CLASS_PROPERTY_NAME
public MeasurementResultAnalyserContributionsHandler()
public List<MeasurementResultAnalyser> getAvailableMeasurmentResultAnalysers()
RuntimeException
- If an instance of any measurement result analyser could
not be created for any reason, e.g. because the measurement result
analyser has no public zero argument constructor or because a
MeasurmentResultAnalyserClass
provided via the extension point
is not implementing MeasurementResultAnalyser
.