Class EclipseContextManager
java.lang.Object
org.eclipse.epsilon.eol.dt.launching.EclipseContextManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetup(IEolContext context) static voidsetup(IEolContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor) static voidsetup(IEolContext context, org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor progressMonitor, org.eclipse.debug.core.ILaunch launch) static voidsetup(IEolContext context, org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor progressMonitor, org.eclipse.debug.core.ILaunch launch, boolean loadModels) static voidteardown(IEolContext context) static voidteardown(IEolContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
-
Constructor Details
-
EclipseContextManager
public EclipseContextManager()
-
-
Method Details
-
teardown
public static void teardown(IEolContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
teardown
-
setup
-
setup
public static void setup(IEolContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
setup
public static void setup(IEolContext context, org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor progressMonitor, org.eclipse.debug.core.ILaunch launch) throws Exception - Throws:
Exception
-
setup
public static void setup(IEolContext context, org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor progressMonitor, org.eclipse.debug.core.ILaunch launch, boolean loadModels) throws Exception - Throws:
Exception
-