Uses of Interface
org.eclipse.pde.core.target.ITargetHandle
Packages that use ITargetHandle
Package
Description
Application programming interfaces to access and modify the PDE target platform.
-
Uses of ITargetHandle in org.eclipse.pde.core.target
Methods in org.eclipse.pde.core.target that return ITargetHandleModifier 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.Methods in org.eclipse.pde.core.target with parameters of type ITargetHandleModifier and TypeMethodDescriptionvoid
ITargetPlatformService.deleteTarget
(ITargetHandle handle) Deletes the target definition associated with the given handle.