lttng: Add a diagram showing the dependencies between plugins
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / dialogs / IImportConfirmationDialog.java
index 08906fe921b4444df9ff9891bb3bdf2204402e80..3b2e97305cf1503c77174d669e6828b00b6968ec 100644 (file)
@@ -1,44 +1,44 @@
 /**********************************************************************
- * Copyright (c) 2012 Ericsson
- * 
+ * Copyright (c) 2012, 2013 Ericsson
+ *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors: 
+ *
+ * Contributors:
  *   Bernd Hufmann - Initial API and implementation
  **********************************************************************/
 package org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs;
 
-
 /**
- * <b><u>IImportConfirmationDialog</u></b>
  * <p>
  * Interface for dialog box for updating file import information.
  * </p>
+ *
+ * @author Bernd Hufmann
  */
 public interface IImportConfirmationDialog {
-    
+
     // ------------------------------------------------------------------------
     // Accessors
     // ------------------------------------------------------------------------
     /**
      * @param name old trace name.
      */
-    public void setTraceName(String name);
+    void setTraceName(String name);
 
     /**
      * @return the new trace name if not overwrite.
      */
-    public String getNewTraceName();
-    
+    String getNewTraceName();
+
     /**
-     * 
+     *
      * @return true to overwrite existing trace.
      */
-    public boolean isOverwrite();
-    
+    boolean isOverwrite();
+
     // ------------------------------------------------------------------------
     // Operations
     // ------------------------------------------------------------------------
This page took 0.025912 seconds and 5 git commands to generate.