Uses of Interface
org.eclipse.pde.core.target.ITargetLocation
Packages that use ITargetLocation
Package
Description
Application programming interfaces to access and modify the PDE target platform.
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 ITargetLocationModifier and TypeMethodDescriptionITargetLocationFactory.getTargetLocation
(String type, String serializedXML) Returns an instance of anITargetLocation
from the provided serialized xml string or throws aCoreException
if unable to do so.ITargetDefinition.getTargetLocations()
Returns the locations defined by this target, possiblenull
.ITargetPlatformService.newDirectoryLocation
(String path) Creates and returns a target location that contains all bundles in the specified directory which may contain string substitution variables.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.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.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.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 ITargetLocationModifier and TypeMethodDescriptionvoid
ITargetDefinition.setTargetLocations
(ITargetLocation[] containers) Sets the locations in this target definition ornull
if none. -
Uses of ITargetLocation in org.eclipse.pde.ui.target
Methods in org.eclipse.pde.ui.target that return ITargetLocationModifier and TypeMethodDescriptionITargetLocationWizard.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 ITargetLocationModifier and TypeMethodDescriptionboolean
ITargetLocationEditor.canEdit
(ITargetDefinition target, ITargetLocation targetLocation) Deprecated.Returns whether this target location can be edited by this editor.boolean
ITargetLocationUpdater.canUpdate
(ITargetDefinition target, ITargetLocation targetLocation) Deprecated.Returns whether this updater can update the given target location.ITargetLocationEditor.getEditWizard
(ITargetDefinition target, ITargetLocation targetLocation) Deprecated.Returns a wizard that will be opened to edit the given target location.default IStatus
ITargetLocationHandler.reload
(ITargetDefinition target, ITargetLocation[] targetLocations, IProgressMonitor monitor) Called when the given targetLocations in the given target a re 'reloaded' and the user wants to completely reload any cached state.ITargetLocationUpdater.update
(ITargetDefinition target, ITargetLocation targetLocation, IProgressMonitor monitor) Deprecated.Updates the given target location.