Package org.eclipse.pde.ui.launcher
Class OSGiLaunchConfigurationDelegate
- java.lang.Object
-
- org.eclipse.debug.core.model.LaunchConfigurationDelegate
-
- org.eclipse.pde.launching.OSGiLaunchConfigurationDelegate
-
- org.eclipse.pde.ui.launcher.OSGiLaunchConfigurationDelegate
-
- All Implemented Interfaces:
ILaunchConfigurationDelegate
,ILaunchConfigurationDelegate2
@Deprecated public class OSGiLaunchConfigurationDelegate extends OSGiLaunchConfigurationDelegate
Deprecated.useOSGiLaunchConfigurationDelegate
instead.A launch delegate for launching OSGi frameworksClients may subclass and instantiate this class.
- Since:
- 3.3
- See Also:
OSGiLaunchConfigurationDelegate
- Restriction:
- This method is planned for removal. See bug 564563 for details.
- Restriction:
- This method is planned for removal. See bug 564563 for details.
-
-
Field Summary
-
Fields inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate
complileErrorProjectPromptStatus, complileErrorPromptStatus, promptStatus, saveScopedDirtyEditors, switchToDebugPromptStatus
-
-
Constructor Summary
Constructors Constructor Description OSGiLaunchConfigurationDelegate()
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.pde.launching.OSGiLaunchConfigurationDelegate
getBuildOrder, launch
-
Methods inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate
addReferencedProjects, buildForLaunch, buildProjects, computeBuildOrder, computeReferencedBuildOrder, existsProblems, finalLaunchCheck, getBreakpoints, getLaunch, getProjectsForProblemSearch, isLaunchProblem, preLaunchCheck, saveBeforeLaunch
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate
showCommandLine
-
-