Class EclipseContextManager


  • public class EclipseContextManager
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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 teardown​(IEolContext context)  
      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 Detail

      • EclipseContextManager

        public EclipseContextManager()
    • Method Detail

      • 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 EolRuntimeException
        Throws:
        EolRuntimeException
      • 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 EolRuntimeException
        Throws:
        EolRuntimeException