X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=lttng%2Forg.eclipse.tracecompass.lttng2.control.ui%2Fsrc%2Forg%2Feclipse%2Ftracecompass%2Finternal%2Flttng2%2Fcontrol%2Fui%2Fviews%2Fservice%2FLTTngControlServiceConstants.java;h=4511e75c2189945f35aeab42eb63d7411cec1abd;hb=3d99d53314011dfa0cb5a30f30f1bec7981c6916;hp=aeadfe49d637c8f459e605ba9c6feb3be3f17bd0;hpb=fc9ff6c4d03e6ab88d8237132a84881b6780ef94;p=deliverable%2Ftracecompass.git diff --git a/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/org/eclipse/tracecompass/internal/lttng2/control/ui/views/service/LTTngControlServiceConstants.java b/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/org/eclipse/tracecompass/internal/lttng2/control/ui/views/service/LTTngControlServiceConstants.java index aeadfe49d6..4511e75c21 100644 --- a/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/org/eclipse/tracecompass/internal/lttng2/control/ui/views/service/LTTngControlServiceConstants.java +++ b/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/org/eclipse/tracecompass/internal/lttng2/control/ui/views/service/LTTngControlServiceConstants.java @@ -97,10 +97,6 @@ public interface LTTngControlServiceConstants { * Command to destroy a session. */ String COMMAND_START_SESSION = "start"; //$NON-NLS-1$ - /** - * Command to load a session. - */ - String COMMAND_LOAD_SESSION = "load"; //$NON-NLS-1$ /** * Command to destroy a session. */ @@ -141,6 +137,14 @@ public interface LTTngControlServiceConstants { * Command to record a snapshot */ String COMMAND_RECORD_SNAPSHOT = "record"; //$NON-NLS-1$ + /** + * Command to load a session. + */ + String COMMAND_LOAD_SESSION = "load"; //$NON-NLS-1$ + /** + * Command to save a session + */ + String COMMAND_SAVE_SESSION = "save"; //$NON-NLS-1$ // ------------------------------------------------------------------------ // Command line options constants @@ -293,7 +297,6 @@ public interface LTTngControlServiceConstants { * Command line option for specifying input path */ String OPTION_INPUT_PATH = "-i"; //$NON-NLS-1$ - /** * Maximum live timer interval value */