Java Doc for IPDELauncherConstants.java in  » IDE-Eclipse » Eclipse-plug-in-development » org » eclipse » pde » ui » launcher » 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 » Eclipse plug in development » org.eclipse.pde.ui.launcher 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.pde.ui.launcher.IPDELauncherConstants

All known Subclasses:   org.eclipse.pde.ui.launcher.MainTab,  org.eclipse.pde.ui.launcher.ConfigurationTab,
IPDELauncherConstants
public interface IPDELauncherConstants (Code)
Constant definitions for PDE launch configurations.

Constant definitions only; not to be implemented.


since:
   3.2


Field Summary
 StringAPPLICATION
     Launch configuration attribute key.
 StringAPP_TO_TEST
     Launch configuration attribute key used in Plug-in JUnit launch configurations only.
 StringASKCLEAR
     Launch configuration attribute key.
 StringAUTOMATIC_ADD
     Launch configuration attribute key.
 StringAUTOMATIC_VALIDATE
     Launch configuration attribute key.
 StringBOOTSTRAP_ENTRIES
     Launch configuration attribute key.
 StringCONFIG_CLEAR_AREA
     Launch configuration attribute key.
 StringCONFIG_GENERATE_DEFAULT
     Launch configuration atribute key.
 StringCONFIG_LOCATION
     Launch configuration attribute key.
 StringCONFIG_TEMPLATE_LOCATION
     Launch configuration attribute key.
 StringCONFIG_USE_DEFAULT_AREA
     Launch configuration attribute key.
 StringDEFAULT_AUTO_START
     Launch configuration attribute key.
 StringDEFAULT_START_LEVEL
     Launch configuration attribute key.
 StringDEFINED_TARGET
     Launch configuration attribute key.
 StringDESELECTED_WORKSPACE_PLUGINS
     Launch configuration attribute key.
 StringDOCLEAR
     Launch configuration attribute key.
 StringEXECUTION_ENVIRONMENT
     Launch configuration attribute key.
 StringINCLUDE_OPTIONAL
     Launch configuration attribute key.
 StringLOCATION
     Launch configuration attribute key.
 StringOSGI_FRAMEWORK_ID
     Launch configuration attribute key.
 StringPRODUCT
     Launch configuration attribute key.
 StringPRODUCT_FILE
     Launch configuration attribute key.
 StringSELECTED_TARGET_PLUGINS
     Launch configuration attribute key.
 StringSELECTED_WORKSPACE_PLUGINS
     Launch configuration attribute key.
 StringTARGET_BUNDLES
     Launch configuration attribute key.
 StringTRACING
     Launch configuration attribute key.
 StringTRACING_CHECKED
     Launch configuration attribute key.
 StringTRACING_NONE
     Launch configuration attribute value indicating that, although tracing is enabled, no plug-ins have been selected to be traced.
 StringTRACING_OPTIONS
     Launch configuration attribute key.
 StringTRACING_SELECTED_PLUGIN
     Launch configuration attribute key.
 StringUSEFEATURES
     Launch configuration attribute key.
 StringUSE_DEFAULT
     Launch configuration attribute key.
 StringUSE_PRODUCT
     Launch configuration attribute key.
 StringUSE_VMINSTALL
     Launch configuration attribute key.
 StringVMINSTALL
     Launch configuration attribute key.
 StringWORKSPACE_BUNDLES
     Launch configuration attribute key.



Field Detail
APPLICATION
String APPLICATION(Code)
Launch configuration attribute key. The value is a string specifying the application to run. If the value is null, the default application as specified in the target platform will be used.



APP_TO_TEST
String APP_TO_TEST(Code)
Launch configuration attribute key used in Plug-in JUnit launch configurations only. The value is a string specifying the application to be tested. If the value is null, the default UI workbench application is tested.



ASKCLEAR
String ASKCLEAR(Code)
Launch configuration attribute key. The value is a boolean specifying whether the user should be prompted prior to clearing the workspace.
See Also:   IPDELauncherConstants.DOCLEAR



AUTOMATIC_ADD
String AUTOMATIC_ADD(Code)
Launch configuration attribute key. The value is a boolean specifying whether workspace plug-in created after the creation of a launch configuration should be added to the list of plug-ins to launch with. If the value is true, then DESELECTED_WORKSPACE_PLUGINS should be used. Otherwise, SELECTED_WORKSPACE_PLUGINS should be used.
See Also:   IPDELauncherConstants.DESELECTED_WORKSPACE_PLUGINS
See Also:   IPDELauncherConstants.SELECTED_WORKSPACE_PLUGINS



AUTOMATIC_VALIDATE
String AUTOMATIC_VALIDATE(Code)
Launch configuration attribute key. The value is a boolean specifying whether the list of plug-ins to run should be validate prior to launching. If problems are found, they will be reported and the user will be able to cancel or continue. If no problems are found, the launch continues as normal.



BOOTSTRAP_ENTRIES
String BOOTSTRAP_ENTRIES(Code)
Launch configuration attribute key. The value is a string specifying the user-entered bootstrap classpath entries.



CONFIG_CLEAR_AREA
String CONFIG_CLEAR_AREA(Code)
Launch configuration attribute key. The value is a boolean specifying if the configuration area location should be cleared prior to launching



CONFIG_GENERATE_DEFAULT
String CONFIG_GENERATE_DEFAULT(Code)
Launch configuration atribute key. The value is a boolean specifying if PDE should generate a default config.ini file for the launch. If true, a configuration file is created. Otherwise, the user is expected to specify a config.ini to be used as a template.
See Also:   IPDELauncherConstants.CONFIG_TEMPLATE_LOCATION



CONFIG_LOCATION
String CONFIG_LOCATION(Code)
Launch configuration attribute key. The value is a string specifying the configuration area location for an Eclipse application launch. This key is only used when CONFIG_USE_DEFAULT_AREA is false.
See Also:   IPDELauncherConstants.CONFIG_USE_DEFAULT_AREA



CONFIG_TEMPLATE_LOCATION
String CONFIG_TEMPLATE_LOCATION(Code)
Launch configuration attribute key. The value is a string specifying the location of the config.ini file to be used as a template for an Eclipse application launch. This key is only used when CONFIG_GENERATE_DEFAULT is false.
See Also:   IPDELauncherConstants.CONFIG_GENERATE_DEFAULT



CONFIG_USE_DEFAULT_AREA
String CONFIG_USE_DEFAULT_AREA(Code)
Launch configuration attribute key. The value is a boolean specifying if PDE should generate a default configuration area for the launch. If true, a configuration location in the PDE metadata area is created. Otherwise, the user is expected to specify a location.
See Also:   IPDELauncherConstants.CONFIG_LOCATION



DEFAULT_AUTO_START
String DEFAULT_AUTO_START(Code)
Launch configuration attribute key. The value is a boolean specifying if the default Auto-Start for an OSGi Framework launch configuration is true or false
See Also:   IPDELauncherConstants.DEFAULT_START_LEVEL



DEFAULT_START_LEVEL
String DEFAULT_START_LEVEL(Code)
Launch configuration attribute key. The value is an integer specifying the default start level for bundles in an OSGi Framework launch configuration.
See Also:   IPDELauncherConstants.DEFAULT_AUTO_START



DEFINED_TARGET
String DEFINED_TARGET(Code)
Launch configuration attribute key. The value can be either the full path to the workspace location of a Target Definition (ie. .target file), or the ID of a target defined in an org.eclipse.pde.core.targets extension.



DESELECTED_WORKSPACE_PLUGINS
String DESELECTED_WORKSPACE_PLUGINS(Code)
Launch configuration attribute key. The value is a string specifying a comma-separated list of IDs of workspace plug-ins that are to be excluded from the launch. This value is only used when the Automatic Add option is on.
See Also:   IPDELauncherConstants.AUTOMATIC_ADD



DOCLEAR
String DOCLEAR(Code)
Launch configuration attribute key. The value is a boolean specifying workspace data location for an Eclipse application should be cleared prior to launching.



EXECUTION_ENVIRONMENT
String EXECUTION_ENVIRONMENT(Code)
Launch configuration attribute key. The value is a string specifying the name of the EE to launch with.



INCLUDE_OPTIONAL
String INCLUDE_OPTIONAL(Code)
Launch configuration attribute key. The value is a boolean indicating whether the computation of required plug-ins on the Plug-ins tab should include the traversal of optional dependencies.



LOCATION
String LOCATION(Code)
Launch configuration attribute key. The value is a string specifying workspace data location for an Eclipse application.



OSGI_FRAMEWORK_ID
String OSGI_FRAMEWORK_ID(Code)
Launch configuration attribute key. The value is the ID of an OSGi framework declared in an org.eclipse.pde.ui.osgiLaunchers extension point.
since:
   3.3



PRODUCT
String PRODUCT(Code)
Launch configuration attribute key. The value is a string specifying the product to run.
See Also:   IPDELauncherConstants.APPLICATION



PRODUCT_FILE
String PRODUCT_FILE(Code)
Launch configuration attribute key. The value is a string specifying the location of the .product file with which this launch configuration is associated.



SELECTED_TARGET_PLUGINS
String SELECTED_TARGET_PLUGINS(Code)
Launch configuration attribute key. The value is a string specifying a comma-separated list of IDs of target platform plug-ins to launch with. This value is only used when the Automatic Add option is off.



SELECTED_WORKSPACE_PLUGINS
String SELECTED_WORKSPACE_PLUGINS(Code)
Launch configuration attribute key. The value is a string specifying a comma-separated list of IDs of workspace plug-ins to launch with. This value is only used when the Automatic Add option is off.
See Also:   IPDELauncherConstants.AUTOMATIC_ADD



TARGET_BUNDLES
String TARGET_BUNDLES(Code)
Launch configuration attribute key. The value is a comma-separated list of non-workspace bundles to launch with the OSGi framework. Each token in the list is of the format: @:
See Also:   IPDELauncherConstants.DEFAULT_AUTO_START
See Also:   IPDELauncherConstants.DEFAULT_START_LEVEL



TRACING
String TRACING(Code)
Launch configuration attribute key. The value is a boolean indicating whether tracing is enabled or disabled.



TRACING_CHECKED
String TRACING_CHECKED(Code)
Launch configuration attribute key. The value is the IDs of all plug-ins checked on the Tracing tab. The value may also be "[NONE]"
See Also:   IPDELauncherConstants.TRACING_NONE



TRACING_NONE
String TRACING_NONE(Code)
Launch configuration attribute value indicating that, although tracing is enabled, no plug-ins have been selected to be traced.



TRACING_OPTIONS
String TRACING_OPTIONS(Code)
Launch configuration attribute key. The value is a map containing the list of options to debug with.



TRACING_SELECTED_PLUGIN
String TRACING_SELECTED_PLUGIN(Code)
Launch configuration attribute key. The value is the id of the last plug-in that was selected on the Tracing tab.



USEFEATURES
String USEFEATURES(Code)
Launch configuration attribute key. The value is a boolean specifying if the feature-based self-hosting mode should be used. The workspace must be set up properly for the feature-based self-hosting to succeed. Check the PDE Tips and Tricks section for how to set up feature-based self-hosting.



USE_DEFAULT
String USE_DEFAULT(Code)
Launch configuration attribute key. The value is a boolean specifying if the default self-hosting mode should be used when launching. The default being to launch with all workspace plug-ins and all the plug-ins that are explicitly checked on the Target Platform preference page.



USE_PRODUCT
String USE_PRODUCT(Code)
Launch configuration attribute key. The value is a boolean specifying if the launch should appear in product-mode. If the value is false, the launch takes place in application-mode.
See Also:   IPDELauncherConstants.PRODUCT
See Also:   IPDELauncherConstants.APPLICATION



USE_VMINSTALL
String USE_VMINSTALL(Code)
Launch configuration attribute key. The value is a boolean specifying if the launch should use a specific installed VM install or an Execution Environment to launch with. If the value is false, the launch uses an Execution Environment.



VMINSTALL
String VMINSTALL(Code)
Launch configuration attribute key. The value is a string specifying the name of the VM to launch with. If the value is null, the default workspace VM is used.



WORKSPACE_BUNDLES
String WORKSPACE_BUNDLES(Code)
Launch configuration attribute key. The value is a comma-separated list of workspace bundles to launch with the OSGi framework. Each token in the list is of the format: @:
See Also:   IPDELauncherConstants.DEFAULT_AUTO_START
See Also:   IPDELauncherConstants.DEFAULT_START_LEVEL





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