public interface IPDELauncherConstants
Constant definitions only; not to be implemented.
This class originally existed in 3.2 as
org.eclipse.pde.ui.launcher.IPDELauncherConstants
.
Modifier and Type | Field and Description |
---|---|
static String |
ADDITIONAL_PLUGINS
Launch configuration attribute key.
|
static String |
APP_TO_TEST
Launch configuration attribute key used in Plug-in JUnit launch configurations only.
|
static String |
APPLICATION
Launch configuration attribute key.
|
static String |
ASKCLEAR
Launch configuration attribute key.
|
static String |
AUTOMATIC_ADD
Launch configuration attribute key.
|
static String |
AUTOMATIC_VALIDATE
Launch configuration attribute key.
|
static String |
BOOTSTRAP_ENTRIES
Launch configuration attribute key.
|
static String |
CONFIG_CLEAR_AREA
Launch configuration attribute key.
|
static String |
CONFIG_GENERATE_DEFAULT
Launch configuration atribute key.
|
static String |
CONFIG_LOCATION
Launch configuration attribute key.
|
static String |
CONFIG_TEMPLATE_LOCATION
Launch configuration attribute key.
|
static String |
CONFIG_USE_DEFAULT_AREA
Launch configuration attribute key.
|
static String |
DEFAULT_AUTO_START
Launch configuration attribute key.
|
static String |
DEFAULT_START_LEVEL
Launch configuration attribute key.
|
static String |
DEFINED_TARGET
Launch configuration attribute key.
|
static String |
DESELECTED_WORKSPACE_PLUGINS
Launch configuration attribute key.
|
static String |
DOCLEAR
Launch configuration attribute key.
|
static String |
ECLIPSE_APPLICATION_LAUNCH_CONFIGURATION_TYPE
The launch configuration type for Eclipse application launches.
|
static String |
FEATURE_DEFAULT_LOCATION
Launch configuration attribute key.
|
static String |
FEATURE_PLUGIN_RESOLUTION
Launch configuration attribute key.
|
static String |
GENERATE_PROFILE
Launch configuration attribute key.
|
static String |
INCLUDE_OPTIONAL
Launch configuration attribute key.
|
static String |
LOCATION
Launch configuration attribute key.
|
static String |
LOCATION_DEFAULT
Value for a launch configuration attribute used when the object should be
obtained from whatever the default location is for this works
|
static String |
LOCATION_EXTERNAL
Value for a launch configuration attribute used when the object should
be obtained from an external location over the workspace.
|
static String |
LOCATION_WORKSPACE
Value for a launch configuration attribute used when the object should
be obtained from the workspace over an external location.
|
static String |
OSGI_CONFIGURATION_TYPE
The launch configuration type id for OSGi launches.
|
static String |
OSGI_FRAMEWORK_ID
Launch configuration attribute key.
|
static String |
PRODUCT
Launch configuration attribute key.
|
static String |
PRODUCT_FILE
Launch configuration attribute key.
|
static String |
RUN_IN_UI_THREAD
Launch configuration attribute key.
|
static String |
SELECTED_FEATURES
Launch configuration attribute key.
|
static String |
SELECTED_TARGET_PLUGINS
Launch configuration attribute key.
|
static String |
SELECTED_WORKSPACE_PLUGINS
Launch configuration attribute key.
|
static String |
SHOW_SELECTED_ONLY
Launch configuration attribute key.
|
static String |
TAB_BUNDLES_ID
The unique tab identifier for the bundles tab
|
static String |
TAB_CONFIGURATION_ID
The unique tab identifier for the configuration tab
|
static String |
TAB_MAIN_ID
The unique tab identifier for the main tab
|
static String |
TAB_OSGI_SETTINGS_ID
The unique tab identifier for the osgi settings tab
|
static String |
TAB_PLUGIN_JUNIT_MAIN_ID
The unique tab identifier for the plug-in junit tab
|
static String |
TAB_PLUGINS_ID
The unique tab identifier for the plug-ins tab
|
static String |
TAB_TEST_ID
The unique tab identifier for the tracing tab
|
static String |
TAB_TRACING_ID
The unique tab identifier for the tracing tab
|
static String |
TARGET_BUNDLES
Launch configuration attribute key.
|
static String |
TRACING
Launch configuration attribute key.
|
static String |
TRACING_CHECKED
Launch configuration attribute key.
|
static String |
TRACING_NONE
Launch configuration attribute value indicating that, although tracing is enabled,
no plug-ins have been selected to be traced.
|
static String |
TRACING_OPTIONS
Launch configuration attribute key.
|
static String |
TRACING_SELECTED_PLUGIN
Deprecated.
This option is no longer supported in the launch config. A recent selection is stored
in dialog settings.
|
static String |
USE_CUSTOM_FEATURES
Launch configuration attribute key.
|
static String |
USE_DEFAULT
Launch configuration attribute key.
|
static String |
USE_PRODUCT
Launch configuration attribute key.
|
static String |
USEFEATURES
Deprecated.
As of 3.6 the feature-based self-hosting option is not supported
|
static String |
VMINSTALL
Deprecated.
use IJavaLaunchConfigurationConstants.ATTR_JRE_CONTAINER_PATH
|
static String |
WORKSPACE_BUNDLES
Launch configuration attribute key.
|
static final String LOCATION
static final String DOCLEAR
static final String ASKCLEAR
DOCLEAR
,
Constant Field Valuesstatic final String APPLICATION
null
, the default
application as specified in the target platform will be used.static final String PRODUCT
APPLICATION
,
Constant Field Valuesstatic final String USE_PRODUCT
false
,
the launch takes place in application-mode.PRODUCT
,
APPLICATION
,
Constant Field Valuesstatic final String APP_TO_TEST
null
, the default UI workbench application is tested.@Deprecated static final String VMINSTALL
null
,
the default workspace VM is used.static final String BOOTSTRAP_ENTRIES
static final String USE_DEFAULT
@Deprecated static final String USEFEATURES
static final String SELECTED_WORKSPACE_PLUGINS
AUTOMATIC_ADD
,
Constant Field Valuesstatic final String DESELECTED_WORKSPACE_PLUGINS
AUTOMATIC_ADD
,
Constant Field Valuesstatic final String AUTOMATIC_ADD
true
, then DESELECTED_WORKSPACE_PLUGINS should be used.
Otherwise, SELECTED_WORKSPACE_PLUGINS should be used.static final String AUTOMATIC_VALIDATE
static final String SELECTED_TARGET_PLUGINS
static final String INCLUDE_OPTIONAL
static final String TRACING
static final String TRACING_OPTIONS
@Deprecated static final String TRACING_SELECTED_PLUGIN
static final String TRACING_CHECKED
TRACING_NONE
,
Constant Field Valuesstatic final String TRACING_NONE
static final String CONFIG_USE_DEFAULT_AREA
true
, a configuration location in the PDE metadata area
is created. Otherwise, the user is expected to specify a location.CONFIG_LOCATION
,
Constant Field Valuesstatic final String CONFIG_LOCATION
false
.CONFIG_USE_DEFAULT_AREA
,
Constant Field Valuesstatic final String CONFIG_CLEAR_AREA
static final String CONFIG_GENERATE_DEFAULT
true
, a configuration file is created.
Otherwise, the user is expected to specify a config.ini to be used as a template.CONFIG_TEMPLATE_LOCATION
,
Constant Field Valuesstatic final String CONFIG_TEMPLATE_LOCATION
false
.CONFIG_GENERATE_DEFAULT
,
Constant Field Valuesstatic final String PRODUCT_FILE
static final String OSGI_FRAMEWORK_ID
org.eclipse.pde.ui.osgiLaunchers
extension point.static final String DEFAULT_AUTO_START
true
or false
DEFAULT_START_LEVEL
,
Constant Field Valuesstatic final String DEFAULT_START_LEVEL
DEFAULT_AUTO_START
,
Constant Field Valuesstatic final String WORKSPACE_BUNDLES
static final String TARGET_BUNDLES
static final String DEFINED_TARGET
static final String SHOW_SELECTED_ONLY
static final String TAB_BUNDLES_ID
static final String TAB_CONFIGURATION_ID
static final String TAB_MAIN_ID
static final String TAB_OSGI_SETTINGS_ID
static final String TAB_PLUGIN_JUNIT_MAIN_ID
static final String TAB_PLUGINS_ID
static final String TAB_TRACING_ID
static final String TAB_TEST_ID
static final String OSGI_CONFIGURATION_TYPE
static final String RUN_IN_UI_THREAD
true
static final String ECLIPSE_APPLICATION_LAUNCH_CONFIGURATION_TYPE
static final String GENERATE_PROFILE
static final String SELECTED_FEATURES
USE_CUSTOM_FEATURES
is set to true
.
The values in the List are strings that contain the id and plugin resolution value as follows:
[feature_id]:[resolution]The resolution must be one of
LOCATION_DEFAULT
, LOCATION_EXTERNAL
, LOCATION_WORKSPACE
static final String USE_CUSTOM_FEATURES
static final String FEATURE_DEFAULT_LOCATION
LOCATION_WORKSPACE
or LOCATION_EXTERNAL
static final String FEATURE_PLUGIN_RESOLUTION
LOCATION_WORKSPACE
or LOCATION_EXTERNAL
static final String LOCATION_DEFAULT
FEATURE_PLUGIN_RESOLUTION
,
Constant Field Valuesstatic final String LOCATION_EXTERNAL
FEATURE_DEFAULT_LOCATION
,
FEATURE_PLUGIN_RESOLUTION
,
Constant Field Valuesstatic final String LOCATION_WORKSPACE
FEATURE_DEFAULT_LOCATION
,
FEATURE_PLUGIN_RESOLUTION
,
Constant Field Valuesstatic final String ADDITIONAL_PLUGINS
SELECTED_FEATURES
when launching (when USE_CUSTOM_FEATURES
is set to true
.
The values in the List are strings that contain the id and versions as follows:
[plugin_id]:[version]
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.