Package org.eclipse.pde.ui.launcher
Class AbstractPDELaunchConfiguration
- java.lang.Object
-
- org.eclipse.debug.core.model.LaunchConfigurationDelegate
-
- org.eclipse.pde.launching.AbstractPDELaunchConfiguration
-
- org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration
-
- All Implemented Interfaces:
ILaunchConfigurationDelegate
,ILaunchConfigurationDelegate2
- Direct Known Subclasses:
EclipseApplicationLaunchConfiguration
,EquinoxLaunchConfiguration
@Deprecated public abstract class AbstractPDELaunchConfiguration extends AbstractPDELaunchConfiguration
Deprecated.An abstract launch delegate for PDE-based launch configurationsClients may subclass this class.
- Since:
- 3.2
- See Also:
AbstractPDELaunchConfiguration
- 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.pde.launching.AbstractPDELaunchConfiguration
fConfigDir, shouldVMAddModuleSystem
-
Fields inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate
complileErrorProjectPromptStatus, complileErrorPromptStatus, promptStatus, saveScopedDirtyEditors, switchToDebugPromptStatus
-
-
Constructor Summary
Constructors Constructor Description AbstractPDELaunchConfiguration()
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.pde.launching.AbstractPDELaunchConfiguration
clear, getBuildOrder, getClasspath, getConfigDir, getEnvironment, getMainClass, getProgramArguments, getProjectsForProblemSearch, getVMArguments, getVMRunner, getVMSpecificAttributesMap, getWorkingDirectory, isLaunchProblem, launch, manageLaunch, preLaunchCheck, setDefaultSourceLocator, showCommandLine, synchronizeManifests, updatePDELaunchConfigModuleSystem, validatePluginDependencies, validateProjectDependencies
-
Methods inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate
addReferencedProjects, buildForLaunch, buildProjects, computeBuildOrder, computeReferencedBuildOrder, existsProblems, finalLaunchCheck, getBreakpoints, getLaunch, preLaunchCheck, saveBeforeLaunch
-
-