Eclipse PDE
Release 3.8

Package org.eclipse.pde.launching

Application programming interfaces to PDE launching support.

See:
          Description

Interface Summary
IPDELauncherConstants Constant definitions for PDE launch configurations.
 

Class Summary
AbstractPDELaunchConfiguration An abstract launch delegate for PDE-based launch configurations Clients may subclass this class.
EclipseApplicationLaunchConfiguration A launch delegate for launching Eclipse applications Clients may subclass and instantiate this class.
EquinoxLaunchConfiguration A launch delegate for launching the Equinox framework Clients may subclass and instantiate this class.
JUnitLaunchConfigurationDelegate A launch delegate for launching JUnit Plug-in tests.
OSGiLaunchConfigurationDelegate A launch delegate for launching OSGi frameworks Clients may subclass and instantiate this class.
OSGiLaunchConfigurationInitializer Initializes launch configuration attributes for newly-created OSGi Framework launch configurations Clients may instantiate or subclass this class This class originally existed in 3.3 as org.eclipse.pde.ui.launcher.OSGiLaunchConfigurationInitializer.
PDESourcePathProvider Generates a source lookup path for all PDE-based launch configurations Clients may subclass this class.
 

Package org.eclipse.pde.launching Description

Application programming interfaces to PDE launching support.

Package Specification

Provides access to the launch configuration and launch delegate used by PDE to support launching of Eclipse and OSGi applications.


Eclipse PDE
Release 3.8

Guidelines for using Eclipse APIs.

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