|
Eclipse PDE Release 3.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITargetLocation | |
---|---|
org.eclipse.pde.core.target | Application programming interfaces to access and modify the PDE target platform. |
org.eclipse.pde.ui.target | Application programming interfaces describing UI elements that can be contributed to PDE target platform support. |
Uses of ITargetLocation in org.eclipse.pde.core.target |
---|
Methods in org.eclipse.pde.core.target that return ITargetLocation | |
---|---|
ITargetLocation |
ITargetLocationFactory.getTargetLocation(String type,
String serializedXML)
Returns an instance of an ITargetLocation from the provided serialized xml string
or throws a CoreException if unable to do so. |
ITargetLocation[] |
ITargetDefinition.getTargetLocations()
Returns the locations defined by this target, possible null . |
ITargetLocation |
ITargetPlatformService.newDirectoryLocation(String path)
Creates and returns a target location that contains all bundles in the specified directory which may contain string substitution variables. |
ITargetLocation |
ITargetPlatformService.newFeatureLocation(String home,
String featureId,
String version)
Creates and returns a target location that contains all bundles referenced by the feature at the specified location. |
ITargetLocation |
ITargetPlatformService.newIULocation(IInstallableUnit[] units,
URI[] repositories,
int resolutionFlags)
Creates and returns a target location that contains all bundles contained in the specified installable units (IU's) in the given repositories. |
ITargetLocation |
ITargetPlatformService.newIULocation(String[] unitIds,
String[] versions,
URI[] repositories,
int resolutionFlags)
Creates and returns a target location that contains all bundles contained in the specified installable units (IU's) in the given repositories. |
ITargetLocation |
ITargetPlatformService.newProfileLocation(String home,
String configurationLocation)
Creates and returns a target location that contains all bundles installed in a profile at the specified location with the specified configuration area. |
Methods in org.eclipse.pde.core.target with parameters of type ITargetLocation | |
---|---|
void |
ITargetDefinition.setTargetLocations(ITargetLocation[] containers)
Sets the locations in this target definition or null if none. |
Uses of ITargetLocation in org.eclipse.pde.ui.target |
---|
Methods in org.eclipse.pde.ui.target that return ITargetLocation | |
---|---|
ITargetLocation[] |
ITargetLocationWizard.getLocations()
Returns an array of target locations to be added to the target definition. |
Methods in org.eclipse.pde.ui.target with parameters of type ITargetLocation | |
---|---|
boolean |
ITargetLocationEditor.canEdit(ITargetDefinition target,
ITargetLocation targetLocation)
Returns whether this target location can be edited by this editor. |
boolean |
ITargetLocationUpdater.canUpdate(ITargetDefinition target,
ITargetLocation targetLocation)
Returns whether this updater can update the given target location. |
IWizard |
ITargetLocationEditor.getEditWizard(ITargetDefinition target,
ITargetLocation targetLocation)
Returns a wizard that will be opened to edit the given target location. |
IStatus |
ITargetLocationUpdater.update(ITargetDefinition target,
ITargetLocation targetLocation,
IProgressMonitor monitor)
Updates the given target location. |
|
Eclipse PDE Release 3.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.