tmf: Move some logic outside of HistoryBuilder
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 7 Feb 2013 22:14:40 +0000 (17:14 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 12 Feb 2013 21:39:22 +0000 (16:39 -0500)
commit7e634be6b4d5802ef6d66f642229d6e9fc5f8f7e
tree780173fb6370d67b398efd264fa49d2c3d228beb
parent5a668837085d7c6e724d290bde13ea90711c47c9
tmf: Move some logic outside of HistoryBuilder

Move the input.assignTargetSS() call outside of HistoryBuilder's
constructor. This will allow more flexibility for input/backend
types that need to instantiate their objects in a different
order than the typical "kernel input -> ss -> history tree"
trinity does (for example, partial histories).

Change-Id: I2d07b44e39e55475bd6bdfde8641d2985b7c145f
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/10280
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/statesystem/HistoryBuilder.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/AbstractStateChangeInput.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/IStateChangeInput.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/StateSystemManager.java
This page took 0.026947 seconds and 5 git commands to generate.