control: Add enhanced support for loading of sessions
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / service / LTTngControlServiceConstants.java
index 20060280a6714a664a0ca817c073e65d1451d536..aeadfe49d637c8f459e605ba9c6feb3be3f17bd0 100644 (file)
@@ -50,6 +50,9 @@ public interface LTTngControlServiceConstants {
      */
     String TRUE_NUMERICAL = "1"; //$NON-NLS-1$
 
+    /** The default directory for session */
+    public static final String DEFAULT_PATH = ".lttng/sessions"; //$NON-NLS-1$
+
     // ------------------------------------------------------------------------
     // LTTng Machine Interface constants
     // ------------------------------------------------------------------------
@@ -282,6 +285,14 @@ public interface LTTngControlServiceConstants {
      * Command line option for maximum trace files
      */
     String OPTION_MAX_TRACE_FILES = "-W"; //$NON-NLS-1$
+    /**
+     * Command line option for force overwrite
+     */
+    String OPTION_FORCE = "-f"; //$NON-NLS-1$
+    /**
+     * Command line option for specifying input path
+     */
+    String OPTION_INPUT_PATH = "-i"; //$NON-NLS-1$
 
     /**
      * Maximum live timer interval value
This page took 0.0274 seconds and 5 git commands to generate.