|
Eclipse PDE Release 3.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.debug.core.model.LaunchConfigurationDelegate
org.eclipse.pde.launching.AbstractPDELaunchConfiguration
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration
org.eclipse.pde.ui.launcher.EquinoxLaunchConfiguration
EquinoxLaunchConfiguration instead.
public class EquinoxLaunchConfiguration
A launch delegate for launching the Equinox framework
Clients may subclass and instantiate this class.
EquinoxLaunchConfiguration| Field Summary | |
|---|---|
protected Map |
fAllBundles
Deprecated. |
| Fields inherited from class org.eclipse.pde.launching.AbstractPDELaunchConfiguration |
|---|
fConfigDir |
| Fields inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate |
|---|
complileErrorProjectPromptStatus, complileErrorPromptStatus, promptStatus, saveScopedDirtyEditors, switchToDebugPromptStatus |
| Constructor Summary | |
|---|---|
EquinoxLaunchConfiguration()
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
clear(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. Clears the configuration area if the area exists and that option is selected. |
String[] |
getProgramArguments(org.eclipse.debug.core.ILaunchConfiguration configuration)
Deprecated. Returns the program arguments to launch with. |
protected void |
preLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. Does sanity checking before launching. |
protected void |
validatePluginDependencies(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. Validates inter-bundle dependencies automatically prior to launching if that option is turned on. |
| Methods inherited from class org.eclipse.pde.launching.AbstractPDELaunchConfiguration |
|---|
getBuildOrder, getClasspath, getConfigDir, getEnvironment, getMainClass, getProjectsForProblemSearch, getVMArguments, getVMRunner, getVMSpecificAttributesMap, getWorkingDirectory, isLaunchProblem, launch, manageLaunch, setDefaultSourceLocator, synchronizeManifests, validateProjectDependencies |
| Methods inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegate |
|---|
addReferencedProjects, buildForLaunch, buildProjects, computeBuildOrder, computeReferencedBuildOrder, existsProblems, finalLaunchCheck, getBreakpoints, getLaunch, preLaunchCheck, saveBeforeLaunch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map fAllBundles
| Constructor Detail |
|---|
public EquinoxLaunchConfiguration()
| Method Detail |
|---|
public String[] getProgramArguments(org.eclipse.debug.core.ILaunchConfiguration configuration)
throws org.eclipse.core.runtime.CoreException
AbstractPDELaunchConfiguration
getProgramArguments in class AbstractPDELaunchConfigurationconfiguration - launch configuration
org.eclipse.core.runtime.CoreException - if unable to retrieve the attribute or create the
necessary configuration files
protected void preLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
AbstractPDELaunchConfiguration
preLaunchCheck in class AbstractPDELaunchConfigurationconfiguration - launch configurationlaunch - the launch object to contribute processes and debug targets tomonitor - a progress monitor
org.eclipse.core.runtime.CoreException - exception thrown if launch fails or canceled or if unable to retrieve attributes
from the launch configuration
protected void validatePluginDependencies(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
AbstractPDELaunchConfiguration
validatePluginDependencies in class AbstractPDELaunchConfigurationconfiguration - the launch configurationmonitor - a progress monitor
org.eclipse.core.runtime.CoreException
protected void clear(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
clear in class AbstractPDELaunchConfigurationconfiguration - the launch configurationmonitor - the progress monitor
org.eclipse.core.runtime.CoreException - if unable to retrieve launch attribute values
|
Eclipse PDE Release 3.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.