Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.launching
Interface ILaunchConstants


public interface ILaunchConstants

Constant definitions for launching support.

Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.


Field Summary
static String APP_DESCRIPTOR
          The application descriptor to be executed
static String DO_JAD_LAUNCH
          Whether to use the specified JAD URL to do the launch, bypassing JAD creation and OTA use
static String DO_OTA
          Whether we are emulating a Midlet or doing OTA
static String EMULATED_CLASSPATH
          The emulated classpath for the emulated class
static String EMULATED_DEVICE
          The device to be emulated
static String EMULATED_DEVICE_GROUP
          The name of the group for the device to be emulated
static String HEAP_SIZE
          The heap size to be used by the emulator
static String LAUNCH_CONFIG_TYPE
          The launch configuration type for the wireless emulator
static String LAUNCH_PARAMS
          Extra device launch parameters
static String NO_SECURITY_DOMAIN
          The security domain setting that tells not to add the security domain
static String SECURITY_DOMAIN
          The security domain to execute the emulation under
static String SPECIFIED_JAD_URL
          The URL specified by the user for launching when DO_JAD_LAUNCH has been set true
static String USE_PROJECT_DEVICE
          Whether or not to use the project's device for emulation
static String VERBOSITY_OPTIONS
          The verbosity options
 

Field Detail

LAUNCH_CONFIG_TYPE

static final String LAUNCH_CONFIG_TYPE
The launch configuration type for the wireless emulator

See Also:
Constant Field Values

DO_OTA

static final String DO_OTA
Whether we are emulating a Midlet or doing OTA

See Also:
Constant Field Values

DO_JAD_LAUNCH

static final String DO_JAD_LAUNCH
Whether to use the specified JAD URL to do the launch, bypassing JAD creation and OTA use

See Also:
Constant Field Values

SPECIFIED_JAD_URL

static final String SPECIFIED_JAD_URL
The URL specified by the user for launching when DO_JAD_LAUNCH has been set true

See Also:
Constant Field Values

EMULATED_CLASSPATH

static final String EMULATED_CLASSPATH
The emulated classpath for the emulated class

See Also:
Constant Field Values

VERBOSITY_OPTIONS

static final String VERBOSITY_OPTIONS
The verbosity options

See Also:
Constant Field Values

USE_PROJECT_DEVICE

static final String USE_PROJECT_DEVICE
Whether or not to use the project's device for emulation

See Also:
Constant Field Values

EMULATED_DEVICE

static final String EMULATED_DEVICE
The device to be emulated

See Also:
Constant Field Values

EMULATED_DEVICE_GROUP

static final String EMULATED_DEVICE_GROUP
The name of the group for the device to be emulated

See Also:
Constant Field Values

APP_DESCRIPTOR

static final String APP_DESCRIPTOR
The application descriptor to be executed

See Also:
Constant Field Values

HEAP_SIZE

static final String HEAP_SIZE
The heap size to be used by the emulator

See Also:
Constant Field Values

SECURITY_DOMAIN

static final String SECURITY_DOMAIN
The security domain to execute the emulation under

See Also:
Constant Field Values

NO_SECURITY_DOMAIN

static final String NO_SECURITY_DOMAIN
The security domain setting that tells not to add the security domain

See Also:
Constant Field Values

LAUNCH_PARAMS

static final String LAUNCH_PARAMS
Extra device launch parameters

See Also:
Constant Field Values

Mobile Tools for Java
Release 1.0