Launch configuration attribute key. The value is a string specifying
the application to run. If the value is null, the default
application as specified in the target platform will be used.
Launch configuration attribute key used in Plug-in JUnit launch configurations only.
The value is a string specifying the application to be tested.
If the value is null, the default UI workbench application is tested.
Launch configuration attribute key. The value is a boolean specifying
whether the user should be prompted prior to clearing the workspace.
See Also:IPDELauncherConstants.DOCLEAR
Launch configuration attribute key. The value is a boolean specifying
whether workspace plug-in created after the creation of a launch configuration
should be added to the list of plug-ins to launch with.
If the value is true, then DESELECTED_WORKSPACE_PLUGINS should be used.
Otherwise, SELECTED_WORKSPACE_PLUGINS should be used.
See Also:IPDELauncherConstants.DESELECTED_WORKSPACE_PLUGINS See Also:IPDELauncherConstants.SELECTED_WORKSPACE_PLUGINS
Launch configuration attribute key. The value is a boolean specifying
whether the list of plug-ins to run should be validate prior to launching.
If problems are found, they will be reported and the user will be able to cancel or
continue.
If no problems are found, the launch continues as normal.
Launch configuration atribute key. The value is a boolean specifying
if PDE should generate a default config.ini file for the launch.
If true, a configuration file is created.
Otherwise, the user is expected to specify a config.ini to be used as a template.
See Also:IPDELauncherConstants.CONFIG_TEMPLATE_LOCATION
Launch configuration attribute key. The value is a string specifying
the configuration area location for an Eclipse application launch.
This key is only used when CONFIG_USE_DEFAULT_AREA is false.
See Also:IPDELauncherConstants.CONFIG_USE_DEFAULT_AREA
Launch configuration attribute key. The value is a string specifying
the location of the config.ini file to be used as a template for an
Eclipse application launch.
This key is only used when CONFIG_GENERATE_DEFAULT is false.
See Also:IPDELauncherConstants.CONFIG_GENERATE_DEFAULT
Launch configuration attribute key. The value is a boolean specifying
if PDE should generate a default configuration area for the launch.
If true, a configuration location in the PDE metadata area
is created. Otherwise, the user is expected to specify a location.
See Also:IPDELauncherConstants.CONFIG_LOCATION
Launch configuration attribute key. The value is a boolean specifying
if the default Auto-Start for an OSGi Framework launch configuration
is true or false See Also:IPDELauncherConstants.DEFAULT_START_LEVEL
Launch configuration attribute key. The value is an integer specifying
the default start level for bundles in an OSGi Framework launch configuration.
See Also:IPDELauncherConstants.DEFAULT_AUTO_START
Launch configuration attribute key. The value can be either the full path
to the workspace location of a Target Definition (ie. .target file), or
the ID of a target defined in an org.eclipse.pde.core.targets extension.
Launch configuration attribute key. The value is a string specifying
a comma-separated list of IDs of workspace plug-ins that are to be excluded from
the launch.
This value is only used when the Automatic Add option is on.
See Also:IPDELauncherConstants.AUTOMATIC_ADD
Launch configuration attribute key. The value is a boolean specifying
workspace data location for an Eclipse application should be cleared
prior to launching.
Launch configuration attribute key. The value is a boolean indicating
whether the computation of required plug-ins on the Plug-ins tab should include
the traversal of optional dependencies.
Launch configuration attribute key. The value is the ID of an OSGi framework
declared in an org.eclipse.pde.ui.osgiLaunchers extension point.
since: 3.3
Launch configuration attribute key. The value is a string specifying
the location of the .product file with which this launch configuration
is associated.
Launch configuration attribute key. The value is a string specifying
a comma-separated list of IDs of target platform plug-ins to launch with.
This value is only used when the Automatic Add option is off.
Launch configuration attribute key. The value is a string specifying
a comma-separated list of IDs of workspace plug-ins to launch with.
This value is only used when the Automatic Add option is off.
See Also:IPDELauncherConstants.AUTOMATIC_ADD
Launch configuration attribute key. The value is the IDs of all plug-ins
checked on the Tracing tab. The value may also be "[NONE]"
See Also:IPDELauncherConstants.TRACING_NONE
Launch configuration attribute key. The value is a boolean specifying
if the feature-based self-hosting mode should be used.
The workspace must be set up properly for the feature-based self-hosting
to succeed.
Check the PDE Tips and Tricks section for how to set up feature-based self-hosting.
Launch configuration attribute key. The value is a boolean specifying
if the default self-hosting mode should be used when launching.
The default being to launch with all workspace plug-ins and all the
plug-ins that are explicitly checked on the Target Platform preference page.
Launch configuration attribute key. The value is a boolean specifying
if the launch should appear in product-mode. If the value is false,
the launch takes place in application-mode.
See Also:IPDELauncherConstants.PRODUCT See Also:IPDELauncherConstants.APPLICATION
Launch configuration attribute key. The value is a boolean specifying
if the launch should use a specific installed VM install or an Execution Environment
to launch with. If the value is false, the launch uses an Execution Environment.
Launch configuration attribute key. The value is a string specifying
the name of the VM to launch with. If the value is null,
the default workspace VM is used.