Skip to content

Commit 820af76

Browse files
committed
tmf: Introduce "IMAGE" data provider type
Followed by introducing the configurable reports data providers, this commit proposes a new data provider type called "IMAGE", which is related to different types of configurable image reports, such as jpg, png, svg, etc. [Added] A new data provider type called "IMAGE" Signed-off-by: Kaveh Shahedi <kaveh.shahedi@ericsson.com>
1 parent 6d32675 commit 820af76

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/dataprovider/IDataProviderDescriptor.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ public enum ProviderType {
6161
* @since 6.1
6262
*/
6363
DATA_TREE,
64+
/**
65+
* A provider for an image data (e.g., png, jpeg, etc.)
66+
*
67+
* @since 10.3
68+
*/
69+
IMAGE,
6470
/**
6571
* A provider with no data. Can be used for grouping purposes and/or as data provider configurator.
6672
* @since 9.5

0 commit comments

Comments
 (0)