Package | Description |
---|---|
org.eclipse.pde.core.target |
Application programming interfaces to access and modify the PDE target platform.
|
Modifier and Type | Method and Description |
---|---|
ITargetHandle |
ITargetDefinition.getHandle()
Returns a handle to this target definition.
|
ITargetHandle |
ITargetPlatformService.getTarget(IFile file)
Returns a handle to a target definition backed by the underlying file.
|
ITargetHandle |
ITargetPlatformService.getTarget(String memento)
Creates and returns a target handle from the given memento.
|
ITargetHandle |
ITargetPlatformService.getTarget(URI uri)
Returns a handle to a target definition backed by the underlying
URI . |
ITargetHandle[] |
ITargetPlatformService.getTargets(IProgressMonitor monitor)
Returns handles to all target definitions known in the workspace.
|
ITargetHandle |
ITargetPlatformService.getWorkspaceTargetHandle()
Returns a handle to the target definition that corresponds to the active target platform
or
null if none. |
Modifier and Type | Method and Description |
---|---|
void |
ITargetPlatformService.deleteTarget(ITargetHandle handle)
Deletes the target definition associated with the given handle.
|
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.