Eclipse PDE
Release 3.8

Uses of Class
org.eclipse.pde.core.target.NameVersionDescriptor

Packages that use NameVersionDescriptor
org.eclipse.pde.core.target Application programming interfaces to access and modify the PDE target platform. 
 

Uses of NameVersionDescriptor in org.eclipse.pde.core.target
 

Methods in org.eclipse.pde.core.target that return NameVersionDescriptor
static NameVersionDescriptor NameVersionDescriptor.fromPortableString(String portable)
          Creates a descriptor from a portable string.
 NameVersionDescriptor[] 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.
 NameVersionDescriptor[] ITargetDefinition.getImplicitDependencies()
          Returns the implicit dependencies set on this target or null if none.
 NameVersionDescriptor[] ITargetDefinition.getIncluded()
          Returns a list of descriptors that filter the resolved plug-ins in this target.
 NameVersionDescriptor[] TargetFeature.getPlugins()
          Returns a list of name version descriptor that describes the set of plug-ins that this feature includes.
 

Methods in org.eclipse.pde.core.target with parameters of type NameVersionDescriptor
 void 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.
 


Eclipse PDE
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.