Skip to content

Commit c11317c

Browse files
committed
tmf: extend api for configuration 5
Review round #1 - bernd
1 parent eeb672c commit c11317c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/config/AbstractTmfDataProviderConfigurator.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ protected AbstractTmfDataProviderConfigurator() {
6060
private Table<String, ITmfTrace, ITmfConfiguration> fTmfConfigurationTable = HashBasedTable.create();
6161

6262
/**
63+
* Return the configuration table
64+
*
6365
* @return a table mapping configuration id and trace (exp) to its configuration
6466
*/
65-
protected Table<String, ITmfTrace, ITmfConfiguration> getConfigurationTable(){
67+
public Table<String, ITmfTrace, ITmfConfiguration> getConfigurationTable(){
6668
return fTmfConfigurationTable;
6769
}
6870

@@ -114,6 +116,8 @@ protected ITmfConfiguration createConfiguration(ITmfConfiguration configuration)
114116
}
115117

116118
/**
119+
* Return a data provider descriptor based on the configuration parameter
120+
*
117121
* @param config
118122
* a configuration
119123
* @return A data provider descriptor based on the configuration parameter
@@ -265,6 +269,8 @@ protected static void writeConfiguration(ITmfConfiguration configuration, IPath
265269
}
266270

267271
/**
272+
* Return the path where the configuration for a trace is stored
273+
*
268274
* @param trace
269275
* the trace to which the configuration should be applied to
270276
* @return the path where the configuration should be stored

0 commit comments

Comments
 (0)