Package | Description |
---|---|
org.eclipse.pde.core.target |
Application programming interfaces to access and modify the PDE target platform.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.