control: Add support for saving session
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / service / LTTngControlServiceConstants.java
index aeadfe49d637c8f459e605ba9c6feb3be3f17bd0..4511e75c2189945f35aeab42eb63d7411cec1abd 100644 (file)
@@ -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
      */
This page took 0.024554 seconds and 5 git commands to generate.