control.test: Add tests for the exclude feature in Control view
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / service / LTTngControlServiceConstants.java
index 1119c3ac08740d1b3bcaefcf3d1572e5e73a8ae0..bda07e927c99dbc56516051855c4e6a7c3a10450 100644 (file)
@@ -51,6 +51,11 @@ public interface LTTngControlServiceConstants {
     /** The default directory for session */
     public static final String DEFAULT_PATH = ".lttng/sessions"; //$NON-NLS-1$
 
+    /**
+     * The string returned when some event(s) are excluded.
+     */
+    String HAS_EXCLUSIONS = "has exclusions"; //$NON-NLS-1$
+
     // ------------------------------------------------------------------------
     // LTTng Machine Interface constants
     // ------------------------------------------------------------------------
This page took 0.032818 seconds and 5 git commands to generate.