|
Eclipse PDE Release 3.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface IPDELauncherConstants
Constant definitions for PDE launch configurations.
Constant definitions only; not to be implemented.
This class originally existed in 3.2 as
org.eclipse.pde.ui.launcher.IPDELauncherConstants.
| Field Summary | |
|---|---|
static java.lang.String |
ADDITIONAL_PLUGINS
Launch configuration attribute key. |
static java.lang.String |
APP_TO_TEST
Launch configuration attribute key used in Plug-in JUnit launch configurations only. |
static java.lang.String |
APPLICATION
Launch configuration attribute key. |
static java.lang.String |
ASKCLEAR
Launch configuration attribute key. |
static java.lang.String |
AUTOMATIC_ADD
Launch configuration attribute key. |
static java.lang.String |
AUTOMATIC_VALIDATE
Launch configuration attribute key. |
static java.lang.String |
BOOTSTRAP_ENTRIES
Launch configuration attribute key. |
static java.lang.String |
CONFIG_CLEAR_AREA
Launch configuration attribute key. |
static java.lang.String |
CONFIG_GENERATE_DEFAULT
Launch configuration atribute key. |
static java.lang.String |
CONFIG_LOCATION
Launch configuration attribute key. |
static java.lang.String |
CONFIG_TEMPLATE_LOCATION
Launch configuration attribute key. |
static java.lang.String |
CONFIG_USE_DEFAULT_AREA
Launch configuration attribute key. |
static java.lang.String |
DEFAULT_AUTO_START
Launch configuration attribute key. |
static java.lang.String |
DEFAULT_START_LEVEL
Launch configuration attribute key. |
static java.lang.String |
DEFINED_TARGET
Launch configuration attribute key. |
static java.lang.String |
DESELECTED_WORKSPACE_PLUGINS
Launch configuration attribute key. |
static java.lang.String |
DOCLEAR
Launch configuration attribute key. |
static java.lang.String |
ECLIPSE_APPLICATION_LAUNCH_CONFIGURATION_TYPE
The launch configuration type for Eclipse application launches. |
static java.lang.String |
FEATURE_DEFAULT_LOCATION
Launch configuration attribute key. |
static java.lang.String |
FEATURE_PLUGIN_RESOLUTION
Launch configuration attribute key. |
static java.lang.String |
GENERATE_PROFILE
Launch configuration attribute key. |
static java.lang.String |
INCLUDE_OPTIONAL
Launch configuration attribute key. |
static java.lang.String |
LOCATION
Launch configuration attribute key. |
static java.lang.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 java.lang.String |
LOCATION_EXTERNAL
Value for a launch configuration attribute used when the object should be obtained from an external location over the workspace. |
static java.lang.String |
LOCATION_WORKSPACE
Value for a launch configuration attribute used when the object should be obtained from the workspace over an external location. |
static java.lang.String |
OSGI_CONFIGURATION_TYPE
The launch configuration type id for OSGi launches. |
static java.lang.String |
OSGI_FRAMEWORK_ID
Launch configuration attribute key. |
static java.lang.String |
PRODUCT
Launch configuration attribute key. |
static java.lang.String |
PRODUCT_FILE
Launch configuration attribute key. |
static java.lang.String |
RUN_IN_UI_THREAD
Launch configuration attribute key. |
static java.lang.String |
SELECTED_FEATURES
Launch configuration attribute key. |
static java.lang.String |
SELECTED_TARGET_PLUGINS
Launch configuration attribute key. |
static java.lang.String |
SELECTED_WORKSPACE_PLUGINS
Launch configuration attribute key. |
static java.lang.String |
SHOW_SELECTED_ONLY
Launch configuration attribute key. |
static java.lang.String |
TAB_BUNDLES_ID
The unique tab identifier for the bundles tab |
static java.lang.String |
TAB_CONFIGURATION_ID
The unique tab identifier for the configuration tab |
static java.lang.String |
TAB_MAIN_ID
The unique tab identifier for the main tab |
static java.lang.String |
TAB_OSGI_SETTINGS_ID
The unique tab identifier for the osgi settings tab |
static java.lang.String |
TAB_PLUGIN_JUNIT_MAIN_ID
The unique tab identifier for the plug-in junit tab |
static java.lang.String |
TAB_PLUGINS_ID
The unique tab identifier for the plug-ins tab |
static java.lang.String |
TAB_TEST_ID
The unique tab identifier for the tracing tab |
static java.lang.String |
TAB_TRACING_ID
The unique tab identifier for the tracing tab |
static java.lang.String |
TARGET_BUNDLES
Launch configuration attribute key. |
static java.lang.String |
TRACING
Launch configuration attribute key. |
static java.lang.String |
TRACING_CHECKED
Launch configuration attribute key. |
static java.lang.String |
TRACING_NONE
Launch configuration attribute value indicating that, although tracing is enabled, no plug-ins have been selected to be traced. |
static java.lang.String |
TRACING_OPTIONS
Launch configuration attribute key. |
static java.lang.String |
TRACING_SELECTED_PLUGIN
Launch configuration attribute key. |
static java.lang.String |
USE_CUSTOM_FEATURES
Launch configuration attribute key. |
static java.lang.String |
USE_DEFAULT
Launch configuration attribute key. |
static java.lang.String |
USE_PRODUCT
Launch configuration attribute key. |
static java.lang.String |
USEFEATURES
Deprecated. As of 3.6 the feature-based self-hosting option is not supported |
static java.lang.String |
VMINSTALL
Deprecated. use IJavaLaunchConfigurationConstants.ATTR_JRE_CONTAINER_PATH |
static java.lang.String |
WORKSPACE_BUNDLES
Launch configuration attribute key. |
| Field Detail |
|---|
static final java.lang.String LOCATION
static final java.lang.String DOCLEAR
static final java.lang.String ASKCLEAR
DOCLEAR,
Constant Field Valuesstatic final java.lang.String APPLICATION
null, the default
application as specified in the target platform will be used.
static final java.lang.String PRODUCT
APPLICATION,
Constant Field Valuesstatic final java.lang.String USE_PRODUCT
false,
the launch takes place in application-mode.
PRODUCT,
APPLICATION,
Constant Field Valuesstatic final java.lang.String APP_TO_TEST
null, the default UI workbench application is tested.
static final java.lang.String VMINSTALL
null,
the default workspace VM is used.
static final java.lang.String BOOTSTRAP_ENTRIES
static final java.lang.String USE_DEFAULT
static final java.lang.String USEFEATURES
static final java.lang.String SELECTED_WORKSPACE_PLUGINS
AUTOMATIC_ADD,
Constant Field Valuesstatic final java.lang.String DESELECTED_WORKSPACE_PLUGINS
AUTOMATIC_ADD,
Constant Field Valuesstatic final java.lang.String AUTOMATIC_ADD
true, then DESELECTED_WORKSPACE_PLUGINS should be used.
Otherwise, SELECTED_WORKSPACE_PLUGINS should be used.
DESELECTED_WORKSPACE_PLUGINS,
SELECTED_WORKSPACE_PLUGINS,
Constant Field Valuesstatic final java.lang.String AUTOMATIC_VALIDATE
static final java.lang.String SELECTED_TARGET_PLUGINS
static final java.lang.String INCLUDE_OPTIONAL
static final java.lang.String TRACING
static final java.lang.String TRACING_OPTIONS
static final java.lang.String TRACING_SELECTED_PLUGIN
static final java.lang.String TRACING_CHECKED
TRACING_NONE,
Constant Field Valuesstatic final java.lang.String TRACING_NONE
static final java.lang.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 java.lang.String CONFIG_LOCATION
false.
CONFIG_USE_DEFAULT_AREA,
Constant Field Valuesstatic final java.lang.String CONFIG_CLEAR_AREA
static final java.lang.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 java.lang.String CONFIG_TEMPLATE_LOCATION
false.
CONFIG_GENERATE_DEFAULT,
Constant Field Valuesstatic final java.lang.String PRODUCT_FILE
static final java.lang.String OSGI_FRAMEWORK_ID
org.eclipse.pde.ui.osgiLaunchers extension point.
static final java.lang.String DEFAULT_AUTO_START
true or false
DEFAULT_START_LEVEL,
Constant Field Valuesstatic final java.lang.String DEFAULT_START_LEVEL
DEFAULT_AUTO_START,
Constant Field Valuesstatic final java.lang.String WORKSPACE_BUNDLES
DEFAULT_AUTO_START,
DEFAULT_START_LEVEL,
Constant Field Valuesstatic final java.lang.String TARGET_BUNDLES
DEFAULT_AUTO_START,
DEFAULT_START_LEVEL,
Constant Field Valuesstatic final java.lang.String DEFINED_TARGET
static final java.lang.String SHOW_SELECTED_ONLY
static final java.lang.String TAB_BUNDLES_ID
static final java.lang.String TAB_CONFIGURATION_ID
static final java.lang.String TAB_MAIN_ID
static final java.lang.String TAB_OSGI_SETTINGS_ID
static final java.lang.String TAB_PLUGIN_JUNIT_MAIN_ID
static final java.lang.String TAB_PLUGINS_ID
static final java.lang.String TAB_TRACING_ID
static final java.lang.String TAB_TEST_ID
static final java.lang.String OSGI_CONFIGURATION_TYPE
static final java.lang.String RUN_IN_UI_THREAD
true
static final java.lang.String ECLIPSE_APPLICATION_LAUNCH_CONFIGURATION_TYPE
static final java.lang.String GENERATE_PROFILE
static final java.lang.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 java.lang.String USE_CUSTOM_FEATURES
static final java.lang.String FEATURE_DEFAULT_LOCATION
LOCATION_WORKSPACE
or LOCATION_EXTERNAL
static final java.lang.String FEATURE_PLUGIN_RESOLUTION
LOCATION_WORKSPACE or LOCATION_EXTERNAL
static final java.lang.String LOCATION_DEFAULT
FEATURE_PLUGIN_RESOLUTION,
Constant Field Valuesstatic final java.lang.String LOCATION_EXTERNAL
FEATURE_DEFAULT_LOCATION,
FEATURE_PLUGIN_RESOLUTION,
Constant Field Valuesstatic final java.lang.String LOCATION_WORKSPACE
FEATURE_DEFAULT_LOCATION,
FEATURE_PLUGIN_RESOLUTION,
Constant Field Valuesstatic final java.lang.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]
|
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.