|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constant definitions for Java launch configurations.
Constant definitions only; not to be implemented.
Field Summary | |
static String | ATTR_ALLOW_TERMINATE
Launch configuration attribute key. |
static String | ATTR_APPLET_APPLETVIEWER_CLASS
Launch configuration attribute key. |
static String | ATTR_APPLET_HEIGHT
Launch configuration attribute key. |
static String | ATTR_APPLET_NAME
Launch configuration attribute key. |
static String | ATTR_APPLET_PARAMETERS
Launch configuration attribute key. |
static String | ATTR_APPLET_WIDTH
Launch configuration attribute key. |
static String | ATTR_BOOTPATH
Attribute key for a VM specific argument. |
static String | ATTR_BOOTPATH_APPEND
Attribute key for a VM specific argument. |
static String | ATTR_BOOTPATH_PREPEND
Attribute key for a VM specific argument. |
static String | ATTR_CLASSPATH
Launch configuration attribute key. |
static String | ATTR_CLASSPATH_PROVIDER
Launch configuration attribute key. |
static String | ATTR_CONNECT_MAP
Launch configuration attribute key. |
static String | ATTR_DEFAULT_CLASSPATH
Launch configuration attribute key. |
static String | ATTR_DEFAULT_SOURCE_PATH
Launch configuration attribute key. |
static String | ATTR_JAVA_COMMAND
Attribute key for VM specific attributes found in the ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP. |
static String | ATTR_MAIN_TYPE_NAME
Launch configuration attribute key. |
static String | ATTR_PROGRAM_ARGUMENTS
Launch configuration attribute key. |
static String | ATTR_PROJECT_NAME
Launch configuration attribute key. |
static String | ATTR_SOURCE_PATH
Launch configuration attribute key. |
static String | ATTR_SOURCE_PATH_PROVIDER
Launch configuration attribute key. |
static String | ATTR_STOP_IN_MAIN
Launch configuration attribute key. |
static String | ATTR_VM_ARGUMENTS
Launch configuration attribute key. |
static String | ATTR_VM_CONNECTOR
Launch configuration attribute key. |
static String | ATTR_VM_INSTALL_NAME
Launch configuration attribute key. |
static String | ATTR_VM_INSTALL_TYPE
Launch configuration attribute key. |
static String | ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP
Launch configuration attribute key. |
static String | ATTR_WORKING_DIRECTORY
Launch configuration attribute key. |
static String | DEFAULT_APPLETVIEWER_CLASS
Default value for the 'ATTR_APPLET_APPLETVIEWER' attribute. |
static int | ERR_CONNECTION_FAILED
Status code indicating that the debugger failed to connect to the VM. |
static int | ERR_CONNECTOR_NOT_AVAILABLE
Status code indicating that the JDI connector required for a debug launch was not available. |
static int | ERR_COULD_NOT_BUILD_HTML
Status code indicating that the .html file used to initiate an applet launch could not be built. |
static int | ERR_INTERNAL_ERROR
Status code indicating an unexpected internal error. |
static int | ERR_INVALID_HOSTNAME
Status code indicating a launch configuration has specified an invalid host name attribute |
static int | ERR_INVALID_PORT
Status code indicating a launch configuration has specified an invalid port number attribute |
static int | ERR_NO_SOCKET_AVAILABLE
Status code indicating that a free socket was not available to communicate with the VM. |
static int | ERR_NOT_A_JAVA_PROJECT
Status code indicating the project associated with a launch configuration is not a Java project. |
static int | ERR_NOT_AN_APPLET
Status code indicating that the applet launcher was asked to launch a resource that did not extend java.applet.Applet. |
static int | ERR_PROJECT_CLOSED
Status code indicating that the project referenced by a launch configuration is closed. |
static int | ERR_REMOTE_VM_CONNECTION_FAILED
Status code indicating an attempt to connect to a remote VM has failed. |
static int | ERR_SHARED_MEMORY_CONNECTOR_UNAVAILABLE
Status code indicating that the shared memory attach connector could not be found. |
static int | ERR_UNSPECIFIED_HOSTNAME
Status code indicating a launch configuration does not specify a host name value |
static int | ERR_UNSPECIFIED_LAUNCH_CONFIG
Status code indicating that no launch configuration was specified. |
static int | ERR_UNSPECIFIED_MAIN_TYPE
Status code indicating a launch configuration does not specify a main type to launch. |
static int | ERR_UNSPECIFIED_PORT
Status code indicating a launch configuration does not specify a port number value |
static int | ERR_UNSPECIFIED_PROJECT
Status code indicating a launch configuration does not specify a project when a project is required. |
static int | ERR_UNSPECIFIED_VM_INSTALL
Status code indicating a launch configuration does not specify a VM Install |
static int | ERR_UNSPECIFIED_VM_INSTALL_TYPE
Status code indicating a launch configuration does not specify a VM Install Type. |
static int | ERR_VM_CONNECT_TIMEOUT
Status code indicating that a timeout has occurred waiting for the VM to connect with the debugger. |
static int | ERR_VM_INSTALL_DOES_NOT_EXIST
Status code indicating a launch configuration's VM install could not be found. |
static int | ERR_VM_INSTALL_TYPE_DOES_NOT_EXIST
Status code indicating a launch configuration's VM install type could not be found. |
static int | ERR_VM_LAUNCH_ERROR
Status code indicating that an error occurred launching a VM. |
static int | ERR_VM_RUNNER_DOES_NOT_EXIST
Status code indicating a VM runner could not be located for the VM install specified by a launch configuration. |
static int | ERR_WORKING_DIRECTORY_DOES_NOT_EXIST
Status code indicating the specified working directory does not exist. |
static int | ERR_WORKING_DIRECTORY_NOT_SUPPORTED
Status code indicating that the Eclipse runtime does not support launching a program with a working directory. |
static String | ID_JAVA_APPLET
Identifier for the Java Applet launch configuration type (value "org.eclipse.jdt.launching.javaApplet"). |
static String | ID_JAVA_APPLICATION
Identifier for the Local Java Application launch configuration type (value "org.eclipse.jdt.launching.localJavaApplication"). |
static String | ID_JAVA_PROCESS_TYPE
Identifier for the java process type, which is annotated on processes created by the local java application launch delegate. |
static String | ID_REMOTE_JAVA_APPLICATION
Identifier for the Remote Java Application launch configuration type (value "org.eclipse.jdt.launching.remoteJavaApplication"). |
static String | ID_SOCKET_ATTACH_VM_CONNECTOR
Identifier for the standard Socket Attaching VM connector (value "org.eclipse.jdt.launching.socketAttachConnector"). |
Field Detail |
public static final String ID_JAVA_APPLICATION
public static final String ID_REMOTE_JAVA_APPLICATION
public static final String ID_JAVA_APPLET
public static final String ID_SOCKET_ATTACH_VM_CONNECTOR
public static final String ID_JAVA_PROCESS_TYPE
public static final String ATTR_PROJECT_NAME
public static final String ATTR_MAIN_TYPE_NAME
public static final String ATTR_STOP_IN_MAIN
public static final String ATTR_PROGRAM_ARGUMENTS
public static final String ATTR_VM_ARGUMENTS
public static final String ATTR_WORKING_DIRECTORY
public static final String ATTR_VM_INSTALL_NAME
public static final String ATTR_VM_INSTALL_TYPE
public static final String ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP
public static final String ATTR_VM_CONNECTOR
public static final String ATTR_CLASSPATH
public static final String ATTR_DEFAULT_CLASSPATH
public static final String ATTR_CLASSPATH_PROVIDER
public static final String ATTR_SOURCE_PATH
public static final String ATTR_DEFAULT_SOURCE_PATH
public static final String ATTR_SOURCE_PATH_PROVIDER
public static final String ATTR_ALLOW_TERMINATE
public static final String ATTR_JAVA_COMMAND
public static final String ATTR_CONNECT_MAP
public static final String ATTR_APPLET_WIDTH
public static final String ATTR_APPLET_HEIGHT
public static final String ATTR_APPLET_NAME
public static final String ATTR_APPLET_PARAMETERS
public static final String ATTR_APPLET_APPLETVIEWER_CLASS
public static final String ATTR_BOOTPATH_PREPEND
public static final String ATTR_BOOTPATH
public static final String ATTR_BOOTPATH_APPEND
public static final int ERR_UNSPECIFIED_PROJECT
public static final int ERR_UNSPECIFIED_MAIN_TYPE
public static final int ERR_UNSPECIFIED_VM_INSTALL_TYPE
public static final int ERR_UNSPECIFIED_VM_INSTALL
public static final int ERR_VM_INSTALL_TYPE_DOES_NOT_EXIST
public static final int ERR_VM_INSTALL_DOES_NOT_EXIST
public static final int ERR_VM_RUNNER_DOES_NOT_EXIST
public static final int ERR_NOT_A_JAVA_PROJECT
public static final int ERR_WORKING_DIRECTORY_DOES_NOT_EXIST
public static final int ERR_UNSPECIFIED_HOSTNAME
public static final int ERR_INVALID_HOSTNAME
public static final int ERR_UNSPECIFIED_PORT
public static final int ERR_INVALID_PORT
public static final int ERR_REMOTE_VM_CONNECTION_FAILED
public static final int ERR_SHARED_MEMORY_CONNECTOR_UNAVAILABLE
public static final int ERR_WORKING_DIRECTORY_NOT_SUPPORTED
A status handler may be registered for this error condition, and should return a Boolean indicating whether the program should be relaunched with the default working directory.
public static final int ERR_VM_LAUNCH_ERROR
public static final int ERR_VM_CONNECT_TIMEOUT
A status handler may be registered for this error condition, and should return a Boolean indicating whether the program should continue waiting for a connection for the associated timeout period.
public static final int ERR_NO_SOCKET_AVAILABLE
public static final int ERR_CONNECTOR_NOT_AVAILABLE
public static final int ERR_CONNECTION_FAILED
public static final int ERR_NOT_AN_APPLET
public static final int ERR_UNSPECIFIED_LAUNCH_CONFIG
public static final int ERR_COULD_NOT_BUILD_HTML
public static final int ERR_PROJECT_CLOSED
public static final int ERR_INTERNAL_ERROR
public static final String DEFAULT_APPLETVIEWER_CLASS
|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |