Package org.eclipse.pde.core.target
package org.eclipse.pde.core.target
Application programming interfaces to access and modify the PDE target platform.
Package Specification
Provides an OSGi service, described by ITargetPlatformService, that provides information about the current target platform that plug-ins are compiled against. Multiple ITargetDefinition instances can be created and modified, but only one can be the current target platform. Use LoadTargetDefinitionJob to change which definition is the current target platform.-
ClassDescriptionDefines a target platform.A handle to a target definition.Describes a location in a target that provides bundles and features.A factory to instantiate target locations from a serialized string of xml (see
ITargetLocation.serialize()
).A service to manage target platform definitions available to the workspace.Sets the current target platform based on a target definition.Describes something with a name and version.Describes a single bundle in a target definition.Target events and event topic definitions.Describes a single feature in a target definition.