eclipse-tracecompass / org.eclipse.tracecompass

Eclipse Trace Compass
https://eclipse.dev/tracecompass/
Eclipse Public License 2.0
13 stars 13 forks source link

tmf: add jsonParameters to ITmfConfiguration and ITmfConfigurationSource #144

Open bhufmann opened 3 weeks ago

bhufmann commented 3 weeks ago

This PR includes changes of PR #141.

An additional commit is added: tmf: add jsonParameters to ITmfConfiguration and ITmfConfigurationSource

This is as alternative to Map<String, Object>.

This is a compromise to not having to depend on a json parsing library in the ITmfConfiguration interface.

[Added] jsonParameters to ITmfConfiguration and ITmfConfigurationSource

Signed-off-by: Bernd Hufmann bernd.hufmann@ericsson.com