tmf: Specify extended trace properties with an interface
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 14 May 2013 19:15:56 +0000 (15:15 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 16 May 2013 19:42:28 +0000 (15:42 -0400)
commit22307af393885de761f4a2e2ee51a00123c75a84
treef082cb352847058eb313676d0fc17bf8323615fb
parent299e494e219a22b18318741d9e4cc6893bf5a646
tmf: Specify extended trace properties with an interface

Introduce a new ITmfTraceProperties that traces can implement when
they can provide additional trace properties. Also make the the
Enviornment Variables view use this interface, so it is not specific
to CTF traces.

Change-Id: I9a6901f720bc028f28ce5c180b778701a8ec0f5b
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/12789
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/CtfTmfTraceTest.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfTrace.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/ITmfTraceProperties.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/environment/TmfEnvironmentView.java
This page took 0.026299 seconds and 5 git commands to generate.