Class EclipseContextManager

java.lang.Object
org.eclipse.epsilon.eol.dt.launching.EclipseContextManager

public class EclipseContextManager extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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
     
    static void
    teardown(IEolContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EclipseContextManager

      public EclipseContextManager()
  • Method Details

    • teardown

      public static void teardown(IEolContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
    • teardown

      public static void teardown(IEolContext context)
    • setup

      public static void setup(IEolContext context)
    • 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