org.eclipse.emf.ecp.emfstore.internal.ui.handler
Class ImportProjectHelper

java.lang.Object
  extended by org.eclipse.emf.ecp.emfstore.internal.ui.handler.ImportProjectHelper

public final class ImportProjectHelper
extends Object

A helper class that can be used to import projects.

Author:
Eugen Neufeld, David Soto Setzke

Field Summary
static String[] FILTER_EXTS
          These filter extensions are used to filter which files are displayed.
static String[] FILTER_NAMES
          These filter names are used to filter which files are displayed.
 
Method Summary
static void importProject(org.eclipse.swt.widgets.Shell shell)
          Imports a project.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILTER_NAMES

public static final String[] FILTER_NAMES
These filter names are used to filter which files are displayed.


FILTER_EXTS

public static final String[] FILTER_EXTS
These filter extensions are used to filter which files are displayed.

Method Detail

importProject

public static void importProject(org.eclipse.swt.widgets.Shell shell)
Imports a project.

Parameters:
shell - The active shell


Copyright © 2014. All Rights Reserved.