public interface IPDELauncherConstants
Constant definitions only; not to be implemented.
Modifier and Type | Field and Description |
---|---|
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 |
INCLUDE_OPTIONAL
Launch configuration attribute key.
|
static String |
LOCATION
Launch configuration attribute key.
|
static String |
PRODUCT
Launch configuration attribute key.
|
static String |
PRODUCT_FILE
Launch configuration attribute key.
|
static String |
SELECTED_TARGET_PLUGINS
Launch configuration attribute key.
|
static String |
SELECTED_WORKSPACE_PLUGINS
Launch configuration attribute key.
|
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
Launch configuration attribute key.
|
static String |
USE_DEFAULT
Launch configuration attribute key.
|
static String |
USE_PRODUCT
Launch configuration attribute key.
|
static String |
USEFEATURES
Launch configuration attribute key.
|
static String |
VMINSTALL
Launch configuration attribute key.
|
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.static final String VMINSTALL
null
,
the default workspace VM is used.static final String BOOTSTRAP_ENTRIES
static final String USE_DEFAULT
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
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.static final String CONFIG_TEMPLATE_LOCATION
false
.CONFIG_GENERATE_DEFAULT
,
Constant Field Valuesstatic final String PRODUCT_FILE
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
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.