PTP
Release 7.0

org.eclipse.ptp.core
Interface IPTPLaunchConfigurationConstants


public interface IPTPLaunchConfigurationConstants


Field Summary
static java.lang.String ATTR_APPLICATION_NAME
          Launch configuration attribute key.
static java.lang.String ATTR_ARGUMENTS
          Launch configuration attribute key.
static java.lang.String ATTR_AUTO_RUN_COMMAND
          Launch configuration attribute key.
static java.lang.String ATTR_CONFIGURATION_NAME
          Launch configuration attribute key.
static java.lang.String ATTR_CONNECTION_NAME
          Launch configuration attribute key.
static java.lang.String ATTR_CONSOLE
          Launch configuration attribute key.
static java.lang.String ATTR_COPY_EXECUTABLE
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_ARGS
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_EXECUTABLE_PATH
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_GLOBAL_VARIABLES
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_HOST
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_ID
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_MEMORY_BLOCKS
          TODO: Please document what this is
static java.lang.String ATTR_DEBUGGER_REGISTER_GROUPS
          TODO: Please document what this is
static java.lang.String ATTR_DEBUGGER_START_MODE
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_WORKING_DIR
          Launch configuration attribute key.
static java.lang.String ATTR_EMS_CONFIG
          Launch configuration attribute key.
static java.lang.String ATTR_EXECUTABLE_PATH
          Launch configuration attribute key.
static java.lang.String ATTR_LOCAL_EXECUTABLE_PATH
          Launch configuration attribute key.
static java.lang.String ATTR_PLATFORM
          Launch configuration attribute key.
static java.lang.String ATTR_PROJECT_NAME
          Launch configuration attribute key.
static java.lang.String ATTR_REMOTE_SERVICES_ID
          Launch configuration attribute key.
static java.lang.String ATTR_RESOURCE_MANAGER_UNIQUENAME
          Launch configuration attribute key.
static java.lang.String ATTR_STOP_IN_MAIN
          Launch configuration attribute key.
static java.lang.String ATTR_SYNC_AFTER
          Launch configuration attribute key.
static java.lang.String ATTR_SYNC_BEFORE
          Launch configuration attribute key.
static java.lang.String ATTR_SYNC_RULES
          Launch configuration attribute key.
static java.lang.String ATTR_SYSTEM_TYPE
          Launch configuration attribute key.
static java.lang.String ATTR_WORKING_DIR
          Launch configuration attribute key.
static java.lang.String DEBUGGER_MODE_ATTACH
          Launch configuration attribute value.
static java.lang.String DEBUGGER_MODE_RUN
          Launch configuration attribute value.
static boolean DEBUGGER_STOP_AT_MAIN_DEFAULT
          Launch configuration attribute value.
static java.lang.String LAUNCH_APP_TYPE_ID
          Parallel application launch type ID
static java.lang.String PREFERRED_DEBUG_LAUNCH_DELEGATE
          The default launch delegate for debug launches
static java.lang.String PREFERRED_RUN_LAUNCH_DELEGATE
          The default launch delegate for normal launches
static java.lang.String PTP_LAUNCH_ID
          Unique string for launch attributes
 

Field Detail

LAUNCH_APP_TYPE_ID

static final java.lang.String LAUNCH_APP_TYPE_ID
Parallel application launch type ID

Since:
6.0
See Also:
Constant Field Values

PREFERRED_RUN_LAUNCH_DELEGATE

static final java.lang.String PREFERRED_RUN_LAUNCH_DELEGATE
The default launch delegate for normal launches

Since:
6.0
See Also:
Constant Field Values

PREFERRED_DEBUG_LAUNCH_DELEGATE

static final java.lang.String PREFERRED_DEBUG_LAUNCH_DELEGATE
The default launch delegate for debug launches

Since:
6.0
See Also:
Constant Field Values

PTP_LAUNCH_ID

static final java.lang.String PTP_LAUNCH_ID
Unique string for launch attributes

See Also:
Constant Field Values

DEBUGGER_STOP_AT_MAIN_DEFAULT

static final boolean DEBUGGER_STOP_AT_MAIN_DEFAULT
Launch configuration attribute value. The key is ATTR_DEBUGGER_STOP_AT_MAIN.

See Also:
Constant Field Values

DEBUGGER_MODE_RUN

static final java.lang.String DEBUGGER_MODE_RUN
Launch configuration attribute value. The key is ATTR_DEBUGGER_START_MODE. Startup debugger running the program.

See Also:
Constant Field Values

DEBUGGER_MODE_ATTACH

static final java.lang.String DEBUGGER_MODE_ATTACH
Launch configuration attribute value. The key is ATTR_DEBUGGER_START_MODE. Startup debugger and attach to running process.

See Also:
Constant Field Values

ATTR_RESOURCE_MANAGER_UNIQUENAME

static final java.lang.String ATTR_RESOURCE_MANAGER_UNIQUENAME
Launch configuration attribute key. The values is the selected resource manager.

See Also:
Constant Field Values

ATTR_REMOTE_SERVICES_ID

static final java.lang.String ATTR_REMOTE_SERVICES_ID
Launch configuration attribute key. The values is the selected remote services provider.

Since:
6.0
See Also:
Constant Field Values

ATTR_CONNECTION_NAME

static final java.lang.String ATTR_CONNECTION_NAME
Launch configuration attribute key. The values is the selected connection name.

Since:
6.0
See Also:
Constant Field Values

ATTR_CONFIGURATION_NAME

static final java.lang.String ATTR_CONFIGURATION_NAME
Launch configuration attribute key. The values is the selected configuration name.

Since:
6.0
See Also:
Constant Field Values

ATTR_SYSTEM_TYPE

static final java.lang.String ATTR_SYSTEM_TYPE
Launch configuration attribute key. The values is the selected system type.

Since:
6.0
See Also:
Constant Field Values

ATTR_PROJECT_NAME

static final java.lang.String ATTR_PROJECT_NAME
Launch configuration attribute key. The value is the project name.

See Also:
Constant Field Values

ATTR_APPLICATION_NAME

static final java.lang.String ATTR_APPLICATION_NAME
Launch configuration attribute key. The value is the application (executable) name

See Also:
Constant Field Values

ATTR_PLATFORM

static final java.lang.String ATTR_PLATFORM
Launch configuration attribute key. The value is the platform string of the launch configuration

See Also:
Constant Field Values

ATTR_STOP_IN_MAIN

static final java.lang.String ATTR_STOP_IN_MAIN
Launch configuration attribute key. The value is true if the debugger should stop in main().

See Also:
Constant Field Values

ATTR_DEBUGGER_ID

static final java.lang.String ATTR_DEBUGGER_ID
Launch configuration attribute key. The value is the ID of the debugger used in launch

See Also:
Constant Field Values

ATTR_ARGUMENTS

static final java.lang.String ATTR_ARGUMENTS
Launch configuration attribute key. The value is the program arguments that have been supplied.

See Also:
Constant Field Values

ATTR_WORKING_DIR

static final java.lang.String ATTR_WORKING_DIR
Launch configuration attribute key. The value is the working directory.

Since:
5.0
See Also:
Constant Field Values

ATTR_DEBUGGER_ARGS

static final java.lang.String ATTR_DEBUGGER_ARGS
Launch configuration attribute key. The value is any debugger specific arguments

Since:
5.0
See Also:
Constant Field Values

ATTR_DEBUGGER_GLOBAL_VARIABLES

static final java.lang.String ATTR_DEBUGGER_GLOBAL_VARIABLES
Launch configuration attribute key. The value is a global variables' memento.

See Also:
Constant Field Values

ATTR_DEBUGGER_START_MODE

static final java.lang.String ATTR_DEBUGGER_START_MODE
Launch configuration attribute key. The value is the startup mode for the debugger.

See Also:
Constant Field Values

ATTR_DEBUGGER_EXECUTABLE_PATH

static final java.lang.String ATTR_DEBUGGER_EXECUTABLE_PATH
Launch configuration attribute key. The value is the location of the debugger executable.

See Also:
Constant Field Values

ATTR_DEBUGGER_WORKING_DIR

static final java.lang.String ATTR_DEBUGGER_WORKING_DIR
Launch configuration attribute key. The value is the working directory from which to run the debugger.

See Also:
Constant Field Values

ATTR_DEBUGGER_MEMORY_BLOCKS

static final java.lang.String ATTR_DEBUGGER_MEMORY_BLOCKS
TODO: Please document what this is

See Also:
Constant Field Values

ATTR_DEBUGGER_REGISTER_GROUPS

static final java.lang.String ATTR_DEBUGGER_REGISTER_GROUPS
TODO: Please document what this is

See Also:
Constant Field Values

ATTR_COPY_EXECUTABLE

static final java.lang.String ATTR_COPY_EXECUTABLE
Launch configuration attribute key. The value is a boolean that states if the executable will be copied from the local machine to the remote machine.

See Also:
Constant Field Values

ATTR_LOCAL_EXECUTABLE_PATH

static final java.lang.String ATTR_LOCAL_EXECUTABLE_PATH
Launch configuration attribute key. The value is the absolute path to the executable that will be copied to the remote machine.

See Also:
Constant Field Values

ATTR_EXECUTABLE_PATH

static final java.lang.String ATTR_EXECUTABLE_PATH
Launch configuration attribute key. The value is the absolute path to the executable that is to be launched. If the executable is located on a remote machine, it is the path to the executable on this machine.

See Also:
Constant Field Values

ATTR_DEBUGGER_HOST

static final java.lang.String ATTR_DEBUGGER_HOST
Launch configuration attribute key. The value is the address of the host that will be contacted by the debug server when it starts.

See Also:
Constant Field Values

ATTR_CONSOLE

static final java.lang.String ATTR_CONSOLE
Launch configuration attribute key. The value is a boolean flag indicating if output from all processes should be combined into a single console.

See Also:
Constant Field Values

ATTR_SYNC_AFTER

static final java.lang.String ATTR_SYNC_AFTER
Launch configuration attribute key. The value is a boolean flag indicating if file synchronization will occur after the execution.

See Also:
Constant Field Values

ATTR_SYNC_BEFORE

static final java.lang.String ATTR_SYNC_BEFORE
Launch configuration attribute key. The value is a boolean flag indicating if file synchronization will occur before the execution.

See Also:
Constant Field Values

ATTR_SYNC_RULES

static final java.lang.String ATTR_SYNC_RULES
Launch configuration attribute key. The value is a list of rules of synchronization.

See Also:
Constant Field Values

ATTR_EMS_CONFIG

static final java.lang.String ATTR_EMS_CONFIG
Launch configuration attribute key. The value is an EMS configuration that will be used to set the environment prior to launching.

Since:
7.0
See Also:
Constant Field Values

ATTR_AUTO_RUN_COMMAND

static final java.lang.String ATTR_AUTO_RUN_COMMAND
Launch configuration attribute key. The value is a boolean that indicates that a remote command should be automatically run without asking the user for permission. Used by Resources Tab.

Since:
7.0
See Also:
Constant Field Values

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.