eclipseme.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.

Copyright (c) 2003-2005 Craig Setera
All Rights Reserved.
Licensed under the Eclipse Public License - v 1.0


$Revision: 1.5 $
$Date: 2005/07/07 02:36:59 $

Author:
Craig Setera

Field Summary
static java.lang.String APP_DESCRIPTOR
          The application descriptor to be executed
static java.lang.String DO_OTA
          Whether we are emulating a Midlet or doing OTA
static java.lang.String EMULATED_CLASS
          The fully-qualified class to be run in the emulator
static java.lang.String EMULATED_CLASSPATH
          The emulated classpath for the emulated class
static java.lang.String EMULATED_DEVICE
          The device to be emulated
static java.lang.String EMULATION_PLATFORM_DEF
          The platform definition to use for emulation when not using the project's platform
static java.lang.String EMULATION_PLATFORM_DEF_ID
          The platform definition id to use for emulation when not using the project's platform
static java.lang.String HEAP_SIZE
          The heap size to be used by the emulator
static java.lang.String LAUNCH_CONFIG_TYPE
          The launch configuration type for the wireless emulator
static java.lang.String LAUNCH_PARAMS
          Extra device launch parameters
static java.lang.String NO_SECURITY_DOMAIN
          The security domain setting that tells not to add the security domain
static java.lang.String SECURITY_DOMAIN
          The security domain to execute the emulation under
static java.lang.String USE_PROJECT_PLATFORM_DEF
          Whether or not to use the project's platform definition for emulator
static java.lang.String VERBOSITY_OPTIONS
          The verbosity options
 

Field Detail

LAUNCH_CONFIG_TYPE

public static final java.lang.String LAUNCH_CONFIG_TYPE
The launch configuration type for the wireless emulator

See Also:
Constant Field Values

DO_OTA

public static final java.lang.String DO_OTA
Whether we are emulating a Midlet or doing OTA

See Also:
Constant Field Values

EMULATED_CLASSPATH

public static final java.lang.String EMULATED_CLASSPATH
The emulated classpath for the emulated class

See Also:
Constant Field Values

VERBOSITY_OPTIONS

public static final java.lang.String VERBOSITY_OPTIONS
The verbosity options

See Also:
Constant Field Values

USE_PROJECT_PLATFORM_DEF

public static final java.lang.String USE_PROJECT_PLATFORM_DEF
Whether or not to use the project's platform definition for emulator

See Also:
Constant Field Values

EMULATION_PLATFORM_DEF

public static final java.lang.String EMULATION_PLATFORM_DEF
The platform definition to use for emulation when not using the project's platform

See Also:
Constant Field Values

EMULATION_PLATFORM_DEF_ID

public static final java.lang.String EMULATION_PLATFORM_DEF_ID
The platform definition id to use for emulation when not using the project's platform

See Also:
Constant Field Values

EMULATED_DEVICE

public static final java.lang.String EMULATED_DEVICE
The device to be emulated

See Also:
Constant Field Values

APP_DESCRIPTOR

public static final java.lang.String APP_DESCRIPTOR
The application descriptor to be executed

See Also:
Constant Field Values

EMULATED_CLASS

public static final java.lang.String EMULATED_CLASS
The fully-qualified class to be run in the emulator

See Also:
Constant Field Values

HEAP_SIZE

public static final java.lang.String HEAP_SIZE
The heap size to be used by the emulator

See Also:
Constant Field Values

SECURITY_DOMAIN

public static final java.lang.String SECURITY_DOMAIN
The security domain to execute the emulation under

See Also:
Constant Field Values

NO_SECURITY_DOMAIN

public static final java.lang.String NO_SECURITY_DOMAIN
The security domain setting that tells not to add the security domain

See Also:
Constant Field Values

LAUNCH_PARAMS

public static final java.lang.String LAUNCH_PARAMS
Extra device launch parameters

See Also:
Constant Field Values