Java Doc for IJavaLaunchConfigurationConstants.java in  » IDE-Eclipse » jdt » org » eclipse » jdt » launching » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » jdt » org.eclipse.jdt.launching 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants

IJavaLaunchConfigurationConstants
public interface IJavaLaunchConfigurationConstants (Code)
Constant definitions for Java launch configurations.

Constant definitions only; not to be implemented.


since:
   2.0


Field Summary
final public static  StringATTR_ALLOW_TERMINATE
     Launch configuration attribute key.
final public static  StringATTR_APPLET_APPLETVIEWER_CLASS
     Launch configuration attribute key.
final public static  StringATTR_APPLET_HEIGHT
     Launch configuration attribute key.
final public static  StringATTR_APPLET_NAME
     Launch configuration attribute key.
final public static  StringATTR_APPLET_PARAMETERS
     Launch configuration attribute key.
final public static  StringATTR_APPLET_WIDTH
     Launch configuration attribute key.
final public static  StringATTR_BOOTPATH
     Attribute key for a VM specific argument.
final public static  StringATTR_BOOTPATH_APPEND
     Attribute key for a VM specific argument.
final public static  StringATTR_BOOTPATH_PREPEND
     Attribute key for a VM specific argument.
final public static  StringATTR_CLASSPATH
     Launch configuration attribute key.
final public static  StringATTR_CLASSPATH_PROVIDER
     Launch configuration attribute key.
final public static  StringATTR_CONNECT_MAP
     Launch configuration attribute key.
final public static  StringATTR_DEFAULT_CLASSPATH
     Launch configuration attribute key.
final public static  StringATTR_DEFAULT_SOURCE_PATH
     Launch configuration attribute key.
final public static  StringATTR_JAVA_COMMAND
     Attribute key for VM specific attributes found in the ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP.
final public static  StringATTR_JRE_CONTAINER_PATH
     Launch configuration attribute key.
final public static  StringATTR_MAIN_TYPE_NAME
     Launch configuration attribute key.
final public static  StringATTR_PROGRAM_ARGUMENTS
     Launch configuration attribute key.
final public static  StringATTR_PROJECT_NAME
     Launch configuration attribute key.
final public static  StringATTR_SOURCE_PATH
     Launch configuration attribute key.
final public static  StringATTR_SOURCE_PATH_PROVIDER
     Launch configuration attribute key.
final public static  StringATTR_STOP_IN_MAIN
     Launch configuration attribute key.
final public static  StringATTR_VM_ARGUMENTS
     Launch configuration attribute key.
final public static  StringATTR_VM_CONNECTOR
     Launch configuration attribute key.
final public static  StringATTR_VM_INSTALL_NAME
     Launch configuration attribute key.
final public static  StringATTR_VM_INSTALL_TYPE
     Launch configuration attribute key.
final public static  StringATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP
     Launch configuration attribute key.
final public static  StringATTR_WORKING_DIRECTORY
     Launch configuration attribute key.
final public static  StringDEFAULT_APPLETVIEWER_CLASS
     Default value for the 'ATTR_APPLET_APPLETVIEWER' attribute.
final public static  intDETAIL_CONFIG_READY_TO_ACCEPT_REMOTE_VM_CONNECTION
     Detail code for a custom debug event that is fired when a remote debug configuration with a standard socket listen connector is ready to accept connections from a remote VM.
final public static  intERR_CONNECTION_FAILED
     Status code indicating that the debugger failed to connect to the VM.
final public static  intERR_CONNECTOR_NOT_AVAILABLE
     Status code indicating that the JDI connector required for a debug launch was not available.
final public static  intERR_COULD_NOT_BUILD_HTML
     Status code indicating that the .html file used to initiate an applet launch could not be built.
final public static  intERR_INTERNAL_ERROR
     Status code indicating an unexpected internal error.
final public static  intERR_INVALID_HOSTNAME
    
final public static  intERR_INVALID_PORT
    
final public static  intERR_NOT_AN_APPLET
     Status code indicating that the applet launcher was asked to launch a resource that did not extend java.applet.Applet.
final public static  intERR_NOT_A_JAVA_PROJECT
     Status code indicating the project associated with a launch configuration is not a Java project.
final public static  intERR_NO_SOCKET_AVAILABLE
     Status code indicating that a free socket was not available to communicate with the VM.
final public static  intERR_PROJECT_CLOSED
     Status code indicating that the project referenced by a launch configuration is closed.
final public static  intERR_REMOTE_VM_CONNECTION_FAILED
     Status code indicating an attempt to connect to a remote VM has failed or an attempt to listen for a remote VM connecting has failed.
final public static  intERR_SHARED_MEMORY_CONNECTOR_UNAVAILABLE
     Status code indicating that the shared memory attach or listen connector could not be found.
final public static  intERR_UNSPECIFIED_HOSTNAME
    
final public static  intERR_UNSPECIFIED_LAUNCH_CONFIG
     Status code indicating that no launch configuration was specified.
final public static  intERR_UNSPECIFIED_MAIN_TYPE
     Status code indicating a launch configuration does not specify a main type to launch.
final public static  intERR_UNSPECIFIED_PORT
    
final public static  intERR_UNSPECIFIED_PROJECT
     Status code indicating a launch configuration does not specify a project when a project is required.
final public static  intERR_UNSPECIFIED_VM_INSTALL
    
final public static  intERR_UNSPECIFIED_VM_INSTALL_TYPE
     Status code indicating a launch configuration does not specify a VM Install Type.
final public static  intERR_VM_CONNECT_TIMEOUT
     Status code indicating that a timeout has occurred waiting for the VM to connect with the debugger.
final public static  intERR_VM_INSTALL_DOES_NOT_EXIST
     Status code indicating a launch configuration's VM install could not be found.
final public static  intERR_VM_INSTALL_TYPE_DOES_NOT_EXIST
     Status code indicating a launch configuration's VM install type could not be found.
final public static  intERR_VM_LAUNCH_ERROR
     Status code indicating that an error occurred launching a VM.
final public static  intERR_VM_RUNNER_DOES_NOT_EXIST
     Status code indicating a VM runner could not be located for the VM install specified by a launch configuration.
final public static  intERR_WORKING_DIRECTORY_DOES_NOT_EXIST
     Status code indicating the specified working directory does not exist.
final public static  intERR_WORKING_DIRECTORY_NOT_SUPPORTED
     Status code indicating that the Eclipse runtime does not support launching a program with a working directory.
final public static  StringID_JAVA_APPLET
     Identifier for the Java Applet launch configuration type (value "org.eclipse.jdt.launching.javaApplet").
final public static  StringID_JAVA_APPLICATION
     Identifier for the Local Java Application launch configuration type (value "org.eclipse.jdt.launching.localJavaApplication").
final public static  StringID_JAVA_PROCESS_TYPE
     Identifier for the java process type, which is annotated on processes created by the local java application launch delegate.
final public static  StringID_REMOTE_JAVA_APPLICATION
     Identifier for the Remote Java Application launch configuration type (value "org.eclipse.jdt.launching.remoteJavaApplication").
final public static  StringID_SOCKET_ATTACH_VM_CONNECTOR
     Identifier for the standard Socket Attaching VM connector (value "org.eclipse.jdt.launching.socketAttachConnector").
final public static  StringID_SOCKET_LISTEN_VM_CONNECTOR
     Identifier for the standard Socket Listening VM connector (value "org.eclipse.jdt.launching.socketListenConnector").



Field Detail
ATTR_ALLOW_TERMINATE
final public static String ATTR_ALLOW_TERMINATE(Code)
Launch configuration attribute key. The value is a boolean, indicating whether a VM will support/allow the terminate action. This attribute is used for remote debugging.



ATTR_APPLET_APPLETVIEWER_CLASS
final public static String ATTR_APPLET_APPLETVIEWER_CLASS(Code)
Launch configuration attribute key. The value is a String indicating the fully qualified name of the applet viewer utility class to use.
since:
   2.1



ATTR_APPLET_HEIGHT
final public static String ATTR_APPLET_HEIGHT(Code)
Launch configuration attribute key. The value is an integer indicating the height of the applet viewing area.
since:
   2.1



ATTR_APPLET_NAME
final public static String ATTR_APPLET_NAME(Code)
Launch configuration attribute key. The value is a String indicating the HTML name of the applet.
since:
   2.1



ATTR_APPLET_PARAMETERS
final public static String ATTR_APPLET_PARAMETERS(Code)
Launch configuration attribute key. The value is a Map. Keys in the map represent applet parameter names and the values in the map are the corresponding parameter values
since:
   2.1



ATTR_APPLET_WIDTH
final public static String ATTR_APPLET_WIDTH(Code)
Launch configuration attribute key. The value is an integer indicating the width of the applet viewing area.
since:
   2.1



ATTR_BOOTPATH
final public static String ATTR_BOOTPATH(Code)
Attribute key for a VM specific argument. Value is an array of strings describing paths in the local file system that should be placed on the bootpath explicitly, or null if none. The value is computed dynamically at launch time and placed in the VM specific arguments map by the Java application launch delegate.
since:
   3.0



ATTR_BOOTPATH_APPEND
final public static String ATTR_BOOTPATH_APPEND(Code)
Attribute key for a VM specific argument. Value is an array of strings describing paths in the local file system that should be appended to the bootpath, or null if none. The value is computed dynamically at launch time and placed in the VM specific arguments map by the Java application launch delegate.
since:
   3.0



ATTR_BOOTPATH_PREPEND
final public static String ATTR_BOOTPATH_PREPEND(Code)
Attribute key for a VM specific argument. Value is an array of strings describing paths in the local file system that should be prepended to the bootpath, or null if none. The value is computed dynamically at launch time and placed in the VM specific arguments map by the Java application launch delegate.
since:
   3.0



ATTR_CLASSPATH
final public static String ATTR_CLASSPATH(Code)
Launch configuration attribute key. The attribute value is an ordered list of strings which are mementos for runtime class path entries. When unspecified, a default classpath is generated by the classpath provider associated with a launch configuration (via the ATTR_CLASSPATH_PROVIDER attribute).



ATTR_CLASSPATH_PROVIDER
final public static String ATTR_CLASSPATH_PROVIDER(Code)
Launch configuration attribute key. The value is an identifier of a classpath provider extension used to compute the classpath for a launch configuration. When unspecified, the default classpath provider is used - StandardClasspathProvider.



ATTR_CONNECT_MAP
final public static String ATTR_CONNECT_MAP(Code)
Launch configuration attribute key. The value is a map. Keys in the map correspond to arguments names returned by IVMConnector#getDefaultArguments(). Values are strings corresponding to the values to use when establishing a connection to a remote VM.



ATTR_DEFAULT_CLASSPATH
final public static String ATTR_DEFAULT_CLASSPATH(Code)
Launch configuration attribute key. The value is a boolean specifying whether a default classpath should be used when launching a local Java application. When false, a classpath must be specified via the ATTR_CLASSPATH attribute. When true or unspecified, a classpath is computed by the classpath provider associated with a launch configuration.



ATTR_DEFAULT_SOURCE_PATH
final public static String ATTR_DEFAULT_SOURCE_PATH(Code)
Launch configuration attribute key. The value is a boolean specifying whether a default source lookup path should be used. When false a source path must be specified via the ATTR_SOURCE_PATH attribute. When true or unspecified, a source lookup path is computed by the source path provider associated with a launch configuration.



ATTR_JAVA_COMMAND
final public static String ATTR_JAVA_COMMAND(Code)
Attribute key for VM specific attributes found in the ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP. The value is a String, indicating the String to use to invoke the JRE.



ATTR_JRE_CONTAINER_PATH
final public static String ATTR_JRE_CONTAINER_PATH(Code)
Launch configuration attribute key. The value is a path identifying the JRE used when launching a local VM. The path is a classpath container corresponding to the JavaRuntime.JRE_CONTAINER classpath container.

When unspecified the default JRE for a launch configuration is used (which is the JRE associated with the project being launched, or the workspace default JRE when no project is associated with a configuration). The default JRE classpath container refers explicitly to the workspace default JRE.


since:
   3.2



ATTR_MAIN_TYPE_NAME
final public static String ATTR_MAIN_TYPE_NAME(Code)
Launch configuration attribute key. The value is a fully qualified name of a main type to launch.



ATTR_PROGRAM_ARGUMENTS
final public static String ATTR_PROGRAM_ARGUMENTS(Code)
Launch configuration attribute key. The value is a string specifying program arguments for a Java launch configuration, as they should appear on the command line.



ATTR_PROJECT_NAME
final public static String ATTR_PROJECT_NAME(Code)
Launch configuration attribute key. The value is a name of a Java project associated with a Java launch configuration.



ATTR_SOURCE_PATH
final public static String ATTR_SOURCE_PATH(Code)
Launch configuration attribute key. The value is an ordered list of strings which are mementos for associated runtime classpath entries interpreted as locations in which to look for source code. When unspecified, a default source lookup path is generated by the source path provider associated with a launch configurations (via the ATTR_SOURCE_PATH_PROVIDER attribute).



ATTR_SOURCE_PATH_PROVIDER
final public static String ATTR_SOURCE_PATH_PROVIDER(Code)
Launch configuration attribute key. The value is an identifier of a source path provider extension used to compute the source lookup path for a launch configuration. When unspecified, the default source lookup path provider is used - StandardSourcePathProvider.



ATTR_STOP_IN_MAIN
final public static String ATTR_STOP_IN_MAIN(Code)
Launch configuration attribute key. The value is a boolean specifying whether execution should stop when main is entered. The default value is false.
since:
   2.1



ATTR_VM_ARGUMENTS
final public static String ATTR_VM_ARGUMENTS(Code)
Launch configuration attribute key. The value is a string specifying VM arguments for a Java launch configuration, as they should appear on the command line.



ATTR_VM_CONNECTOR
final public static String ATTR_VM_CONNECTOR(Code)
Launch configuration attribute key. The value is an identifier of a VM connector, specifying a connector to use when attaching to a remote VM.



ATTR_VM_INSTALL_NAME
final public static String ATTR_VM_INSTALL_NAME(Code)
Launch configuration attribute key. The value is a name of a VM install to use when launching a local VM. This attribute must be qualified by a VM install type, via the ATTR_VM_INSTALL_TYPE attribute. When unspecified, the default VM is used.



ATTR_VM_INSTALL_TYPE
final public static String ATTR_VM_INSTALL_TYPE(Code)
Launch configuration attribute key. The value is an identifier of a VM install type. Used in conjunction with a VM install name, to specify the VM to use when launching a local Java application. The associated VM install name is specified via the attribute ATTR_VM_INSTALL_NAME.



ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP
final public static String ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP(Code)
Launch configuration attribute key. The value is a Map of attributes specific to a particular VM install type, used when launching a local Java application. The map is passed to a VMRunner via a VMRunnerConfiguration when launching a VM. The attributes in the map are implementation dependent and are limited to String keys and values.



ATTR_WORKING_DIRECTORY
final public static String ATTR_WORKING_DIRECTORY(Code)
Launch configuration attribute key. The value is a string specifying a path to the working directory to use when launching a local VM. When specified as an absolute path, the path represents a path in the local file system. When specified as a full path, the path represents a workspace relative path. When unspecified, the working directory defaults to the project associated with a launch configuration. When no project is associated with a launch configuration, the working directory is inherited from the current process.



DEFAULT_APPLETVIEWER_CLASS
final public static String DEFAULT_APPLETVIEWER_CLASS(Code)
Default value for the 'ATTR_APPLET_APPLETVIEWER' attribute.
since:
   2.1



DETAIL_CONFIG_READY_TO_ACCEPT_REMOTE_VM_CONNECTION
final public static int DETAIL_CONFIG_READY_TO_ACCEPT_REMOTE_VM_CONNECTION(Code)
Detail code for a custom debug event that is fired when a remote debug configuration with a standard socket listen connector is ready to accept connections from a remote VM.
since:
   3.4
See Also:   org.eclipse.jdt.internal.launching.SocketListenConnector
See Also:   org.eclipse.jdt.internal.launching.SocketListenConnectorProcess



ERR_CONNECTION_FAILED
final public static int ERR_CONNECTION_FAILED(Code)
Status code indicating that the debugger failed to connect to the VM.



ERR_CONNECTOR_NOT_AVAILABLE
final public static int ERR_CONNECTOR_NOT_AVAILABLE(Code)
Status code indicating that the JDI connector required for a debug launch was not available.



ERR_COULD_NOT_BUILD_HTML
final public static int ERR_COULD_NOT_BUILD_HTML(Code)
Status code indicating that the .html file used to initiate an applet launch could not be built.
since:
   2.1



ERR_INTERNAL_ERROR
final public static int ERR_INTERNAL_ERROR(Code)
Status code indicating an unexpected internal error.



ERR_INVALID_HOSTNAME
final public static int ERR_INVALID_HOSTNAME(Code)
Status code indicating a launch configuration has specified an invalid host name attribute



ERR_INVALID_PORT
final public static int ERR_INVALID_PORT(Code)
Status code indicating a launch configuration has specified an invalid port number attribute



ERR_NOT_AN_APPLET
final public static int ERR_NOT_AN_APPLET(Code)
Status code indicating that the applet launcher was asked to launch a resource that did not extend java.applet.Applet.
since:
   2.1



ERR_NOT_A_JAVA_PROJECT
final public static int ERR_NOT_A_JAVA_PROJECT(Code)
Status code indicating the project associated with a launch configuration is not a Java project.



ERR_NO_SOCKET_AVAILABLE
final public static int ERR_NO_SOCKET_AVAILABLE(Code)
Status code indicating that a free socket was not available to communicate with the VM.



ERR_PROJECT_CLOSED
final public static int ERR_PROJECT_CLOSED(Code)
Status code indicating that the project referenced by a launch configuration is closed.
since:
   3.0



ERR_REMOTE_VM_CONNECTION_FAILED
final public static int ERR_REMOTE_VM_CONNECTION_FAILED(Code)
Status code indicating an attempt to connect to a remote VM has failed or an attempt to listen for a remote VM connecting has failed.



ERR_SHARED_MEMORY_CONNECTOR_UNAVAILABLE
final public static int ERR_SHARED_MEMORY_CONNECTOR_UNAVAILABLE(Code)
Status code indicating that the shared memory attach or listen connector could not be found.



ERR_UNSPECIFIED_HOSTNAME
final public static int ERR_UNSPECIFIED_HOSTNAME(Code)
Status code indicating a launch configuration does not specify a host name value



ERR_UNSPECIFIED_LAUNCH_CONFIG
final public static int ERR_UNSPECIFIED_LAUNCH_CONFIG(Code)
Status code indicating that no launch configuration was specified.
since:
   2.1



ERR_UNSPECIFIED_MAIN_TYPE
final public static int ERR_UNSPECIFIED_MAIN_TYPE(Code)
Status code indicating a launch configuration does not specify a main type to launch.



ERR_UNSPECIFIED_PORT
final public static int ERR_UNSPECIFIED_PORT(Code)
Status code indicating a launch configuration does not specify a port number value



ERR_UNSPECIFIED_PROJECT
final public static int ERR_UNSPECIFIED_PROJECT(Code)
Status code indicating a launch configuration does not specify a project when a project is required.



ERR_UNSPECIFIED_VM_INSTALL
final public static int ERR_UNSPECIFIED_VM_INSTALL(Code)
Status code indicating a launch configuration does not specify a VM Install



ERR_UNSPECIFIED_VM_INSTALL_TYPE
final public static int ERR_UNSPECIFIED_VM_INSTALL_TYPE(Code)
Status code indicating a launch configuration does not specify a VM Install Type.



ERR_VM_CONNECT_TIMEOUT
final public static int ERR_VM_CONNECT_TIMEOUT(Code)
Status code indicating that a timeout has occurred waiting for the VM to connect with the debugger.

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.




ERR_VM_INSTALL_DOES_NOT_EXIST
final public static int ERR_VM_INSTALL_DOES_NOT_EXIST(Code)
Status code indicating a launch configuration's VM install could not be found.



ERR_VM_INSTALL_TYPE_DOES_NOT_EXIST
final public static int ERR_VM_INSTALL_TYPE_DOES_NOT_EXIST(Code)
Status code indicating a launch configuration's VM install type could not be found.



ERR_VM_LAUNCH_ERROR
final public static int ERR_VM_LAUNCH_ERROR(Code)
Status code indicating that an error occurred launching a VM. The status error message is the text that the VM wrote to standard error before exiting.



ERR_VM_RUNNER_DOES_NOT_EXIST
final public static int ERR_VM_RUNNER_DOES_NOT_EXIST(Code)
Status code indicating a VM runner could not be located for the VM install specified by a launch configuration.



ERR_WORKING_DIRECTORY_DOES_NOT_EXIST
final public static int ERR_WORKING_DIRECTORY_DOES_NOT_EXIST(Code)
Status code indicating the specified working directory does not exist.



ERR_WORKING_DIRECTORY_NOT_SUPPORTED
final public static int ERR_WORKING_DIRECTORY_NOT_SUPPORTED(Code)
Status code indicating that the Eclipse runtime does not support launching a program with a working directory. This feature is only available if Eclipse is run on a 1.3 runtime or higher.

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.




ID_JAVA_APPLET
final public static String ID_JAVA_APPLET(Code)
Identifier for the Java Applet launch configuration type (value "org.eclipse.jdt.launching.javaApplet").



ID_JAVA_APPLICATION
final public static String ID_JAVA_APPLICATION(Code)
Identifier for the Local Java Application launch configuration type (value "org.eclipse.jdt.launching.localJavaApplication").



ID_JAVA_PROCESS_TYPE
final public static String ID_JAVA_PROCESS_TYPE(Code)
Identifier for the java process type, which is annotated on processes created by the local java application launch delegate. (value "java").



ID_REMOTE_JAVA_APPLICATION
final public static String ID_REMOTE_JAVA_APPLICATION(Code)
Identifier for the Remote Java Application launch configuration type (value "org.eclipse.jdt.launching.remoteJavaApplication").



ID_SOCKET_ATTACH_VM_CONNECTOR
final public static String ID_SOCKET_ATTACH_VM_CONNECTOR(Code)
Identifier for the standard Socket Attaching VM connector (value "org.eclipse.jdt.launching.socketAttachConnector").



ID_SOCKET_LISTEN_VM_CONNECTOR
final public static String ID_SOCKET_LISTEN_VM_CONNECTOR(Code)
Identifier for the standard Socket Listening VM connector (value "org.eclipse.jdt.launching.socketListenConnector").
since:
   3.4





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.