Class EclipseContextManager
java.lang.Object
org.eclipse.epsilon.eol.dt.launching.EclipseContextManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
setup
(IEolContext context) static void
setup
(IEolContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor) static void
setup
(IEolContext context, org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor progressMonitor, org.eclipse.debug.core.ILaunch launch) 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) static void
teardown
(IEolContext context) static void
teardown
(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
-