ss: Expose method to get an attribute's path as a string array
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 24 Mar 2015 22:26:55 +0000 (18:26 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 24 Mar 2015 23:34:41 +0000 (19:34 -0400)
commit346384110bbbed08c30830e69e7ebd0736d48d40
tree5c9e3c168c6fdbc99cc4f35b7088e35f2b5cad6f
parent4d449363eb1e71dd0022661570bd3bdcd5570f4f
ss: Expose method to get an attribute's path as a string array

Most attribute-creation methods use string arrays (or varargs
parameters), it'd be nice to be able to get the same array back.

Change-Id: I8948d0d2120e24be5ba0ed72d0cb951d278f4e14
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/44543
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Hudson CI
org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/Attribute.java
org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/AttributeTree.java
org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/StateSystem.java
org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/ITmfStateSystem.java
This page took 0.029305 seconds and 5 git commands to generate.