ITargetHandle |
ITargetDefinition.getHandle() |
Returns a handle to this target definition.
|
ITargetHandle |
ITargetPlatformService.getTarget(java.lang.String memento) |
Creates and returns a target handle from the given memento.
|
ITargetHandle |
ITargetPlatformService.getTarget(java.net.URI uri) |
Returns a handle to a target definition backed by the underlying URI.
|
ITargetHandle |
ITargetPlatformService.getTarget(IFile file) |
Returns a handle to a target definition backed by the underlying file.
|
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.
|