Uses of Interface
org.eclipse.pde.core.target.ITargetHandle
Package
Description
Application programming interfaces to access and modify the PDE target platform.
-
Uses of ITargetHandle in org.eclipse.pde.core.target
Modifier and TypeMethodDescriptionITargetDefinition.getHandle()
Returns a handle to this target definition.Creates and returns a target handle from the given memento.Returns a handle to a target definition backed by the underlyingURI
.Returns a handle to a target definition backed by the underlying file.ITargetPlatformService.getTargets
(IProgressMonitor monitor) Returns handles to all target definitions known in the workspace.ITargetPlatformService.getWorkspaceTargetHandle()
Returns a handle to the target definition that corresponds to the active target platform ornull
if none.Modifier and TypeMethodDescriptionvoid
ITargetPlatformService.deleteTarget
(ITargetHandle handle) Deletes the target definition associated with the given handle.