org.openoffice.ide.eclipse.core.launch
Class UreLaunchDelegate

java.lang.Object
  extended by org.eclipse.debug.core.model.LaunchConfigurationDelegate
      extended by org.openoffice.ide.eclipse.core.launch.UreLaunchDelegate
All Implemented Interfaces:
org.eclipse.debug.core.model.ILaunchConfigurationDelegate, org.eclipse.debug.core.model.ILaunchConfigurationDelegate2

public class UreLaunchDelegate
extends org.eclipse.debug.core.model.LaunchConfigurationDelegate

This class launches the URE application from its configuration.

Author:
cedricbosdo

Field Summary
 
Fields inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate
complileErrorProjectPromptStatus, complileErrorPromptStatus, promptStatus, saveScopedDirtyEditors, switchToDebugPromptStatus
 
Constructor Summary
UreLaunchDelegate()
           
 
Method Summary
 void launch(org.eclipse.debug.core.ILaunchConfiguration pConfiguration, java.lang.String pMode, org.eclipse.debug.core.ILaunch pLaunch, org.eclipse.core.runtime.IProgressMonitor pMonitor)
          
 
Methods inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate
addReferencedProjects, buildForLaunch, buildProjects, computeBuildOrder, computeReferencedBuildOrder, existsProblems, finalLaunchCheck, getBreakpoints, getBuildOrder, getLaunch, getProjectsForProblemSearch, isLaunchProblem, preLaunchCheck, saveBeforeLaunch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UreLaunchDelegate

public UreLaunchDelegate()
Method Detail

launch

public void launch(org.eclipse.debug.core.ILaunchConfiguration pConfiguration,
                   java.lang.String pMode,
                   org.eclipse.debug.core.ILaunch pLaunch,
                   org.eclipse.core.runtime.IProgressMonitor pMonitor)
            throws org.eclipse.core.runtime.CoreException

Throws:
org.eclipse.core.runtime.CoreException