tmf.ctf: Do not expose CtfIteratorManager publicly
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 3 Mar 2015 22:10:13 +0000 (17:10 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 4 Mar 2015 19:43:16 +0000 (14:43 -0500)
commit0451d4d743d79d533cf5f6aba7db591aa256c970
treef96e2b0fbbd5c699055f5323b17346c34d1484c9
parentdbc7991df7eb532d31b35cfaaccb395a9adf0ead
tmf.ctf: Do not expose CtfIteratorManager publicly

The recent re-enabling of the API tools shows us that CtfTmfTrace
exposes the CtfIteratorManager type - which is internal - publicly.

We now get a hodgepodge of iterator methods in CtfTmfTrace, but
this is more or less unavoidable due to current constrains:
CTFTrace, CtfIterator and CtfIterator are internal, so cannot
be exposed publicly.

Change-Id: I2acf4727e78be238c149f2f93a8cf7bc19713f8e
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/43120
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java
org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/trace/CtfTmfTrace.java
This page took 0.026802 seconds and 5 git commands to generate.