Uses of Class
org.eclipse.pde.core.target.NameVersionDescriptor
Package
Description
Application programming interfaces to access and modify the PDE target platform.
-
Uses of NameVersionDescriptor in org.eclipse.pde.core.target
Modifier and TypeMethodDescriptionstatic NameVersionDescriptor
NameVersionDescriptor.fromPortableString
(String portable) Creates a descriptor from a portable string.TargetFeature.getDependentFeatures()
Returns a list of name version descriptors that describe the set of features that this feature depends on as imports or included features.ITargetDefinition.getImplicitDependencies()
Returns the implicit dependencies set on this target ornull
if none.ITargetDefinition.getIncluded()
Returns a list of descriptors that filter the resolved plug-ins in this target.TargetFeature.getPlugins()
Returns a list of name version descriptor that describes the set of plug-ins that this feature includes.Modifier and TypeMethodDescriptionvoid
ITargetDefinition.setImplicitDependencies
(NameVersionDescriptor[] bundles) Sets implicit dependencies for this target.void
ITargetDefinition.setIncluded
(NameVersionDescriptor[] included) Sets a list of descriptors to filter the resolved plug-ins in this target.