Eclipse PDE
Release 3.8

Deprecated API


Contents
Deprecated Interfaces
org.eclipse.pde.ui.launcher.IPDELauncherConstants
          use IPDELauncherConstants instead. 
org.eclipse.pde.ui.IProvisionerWizard
          Use org.eclipse.pde.ui.targetLocationProviders extension with ITargetLocationWizard instead 
 

Deprecated Classes
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration
          use AbstractPDELaunchConfiguration 
org.eclipse.pde.ui.templates.ChoiceOption
          see RadioChoiceOption and ComboChoiceOption 
org.eclipse.pde.ui.launcher.EclipseApplicationLaunchConfiguration
          use EclipseApplicationLaunchConfiguration 
org.eclipse.pde.ui.launcher.EquinoxLaunchConfiguration
          use EquinoxLaunchConfiguration instead. 
org.eclipse.pde.ui.launcher.EquinoxPluginsTab
          use BundlesTab 
org.eclipse.pde.ui.launcher.EquinoxSettingsTab
          use OSGiSettingsTab 
org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate
          use JUnitLaunchConfigurationDelegate instead. 
org.eclipse.pde.ui.launcher.OSGiLaunchConfigurationDelegate
          use OSGiLaunchConfigurationDelegate instead. 
org.eclipse.pde.ui.launcher.OSGiLaunchConfigurationInitializer
          use OSGiLaunchConfigurationInitializer instead. 
org.eclipse.pde.ui.launcher.PDESourcePathProvider
          use PDESourcePathProvider instead. 
 

Deprecated Fields
org.eclipse.pde.launching.IPDELauncherConstants.TRACING_SELECTED_PLUGIN
          This option is no longer supported in the launch config. A recent selection is stored in dialog settings. 
org.eclipse.pde.launching.IPDELauncherConstants.USEFEATURES
          As of 3.6 the feature-based self-hosting option is not supported 
org.eclipse.pde.launching.IPDELauncherConstants.VMINSTALL
          use IJavaLaunchConfigurationConstants.ATTR_JRE_CONTAINER_PATH 
 

Deprecated Methods
org.eclipse.pde.ui.launcher.AbstractLauncherTab.createStartingSpace(Composite, int)
            
org.eclipse.pde.core.plugin.IPluginModelBase.getBuildModel()
          This method has always returned null. Since 3.7, use PluginRegistry.createBuildModel(IPluginModelBase) instead. 
org.eclipse.pde.core.project.IBundleProjectDescription.setBundleClassath(IBundleClasspathEntry[])
          use IBundleProjectDescription.setBundleClasspath(IBundleClasspathEntry[]) 
 

Deprecated Constructors
org.eclipse.pde.ui.launcher.PluginsTab(boolean)
          As of 3.6 the feature-based workspace launch option is no longer available, so there is no need to set this flag 
 


Eclipse PDE
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.