Modifier and Type | Interface and Description |
---|---|
interface |
FeatureDescription |
interface |
PluginDescription
Describes Eclipse plugin jar in context of aggregator project like eclipse-feature or
eclipse-application.
|
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptor |
TargetPlatform.getArtifact(ArtifactKey key) |
ArtifactDescriptor |
TargetPlatform.getArtifact(File location) |
ArtifactDescriptor |
TargetPlatform.getArtifact(String type,
String id,
String version)
Returns artifact of the given type and id and best matching version or null if no such
artifact is found.
|
Modifier and Type | Method and Description |
---|---|
List<ArtifactDescriptor> |
TargetPlatform.getArtifacts()
Returns all artifacts.
|
List<ArtifactDescriptor> |
TargetPlatform.getArtifacts(String type)
Returns all artifacts of the given type.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactDependencyVisitor.missingFeature(FeatureRef ref,
List<ArtifactDescriptor> walkback) |
void |
ArtifactDependencyVisitor.missingPlugin(PluginRef ref,
List<ArtifactDescriptor> walkback) |
protected RuntimeException |
ArtifactDependencyVisitor.newRuntimeException(String message,
String missing,
List<ArtifactDescriptor> walkback) |
Modifier and Type | Method and Description |
---|---|
void |
MavenDependencyCollector.missingPlugin(PluginRef ref,
List<ArtifactDescriptor> walkback)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultArtifactDescriptor |
class |
DefaultFeatureDescription |
class |
DefaultPluginDescription |
Modifier and Type | Method and Description |
---|---|
List<ArtifactDescriptor> |
AbstractArtifactDependencyWalker.WalkbackPath.getWalkback() |
Modifier and Type | Field and Description |
---|---|
protected Map<ArtifactKey,ArtifactDescriptor> |
DefaultTargetPlatform.artifacts |
protected Map<File,ArtifactDescriptor> |
DefaultTargetPlatform.locations |
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptor |
DefaultTargetPlatform.getArtifact(ArtifactKey key) |
ArtifactDescriptor |
DefaultTargetPlatform.getArtifact(File location) |
ArtifactDescriptor |
DefaultTargetPlatform.getArtifact(String type,
String id,
String version) |
Modifier and Type | Method and Description |
---|---|
List<ArtifactDescriptor> |
DefaultTargetPlatform.getArtifacts() |
List<ArtifactDescriptor> |
DefaultTargetPlatform.getArtifacts(String type) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTargetPlatform.addArtifact(ArtifactDescriptor artifact) |
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptor |
EquinoxInstallationDescription.getBundle(String symbolicName,
String highestVersion) |
ArtifactDescriptor |
DefaultEquinoxInstallationDescription.getBundle(String symbolicName,
String highestVersion) |
ArtifactDescriptor |
EquinoxInstallationDescription.getSystemBundle() |
ArtifactDescriptor |
DefaultEquinoxInstallationDescription.getSystemBundle() |
Modifier and Type | Method and Description |
---|---|
List<ArtifactDescriptor> |
EquinoxInstallationDescription.getBundles() |
List<ArtifactDescriptor> |
DefaultEquinoxInstallationDescription.getBundles() |
Modifier and Type | Method and Description |
---|---|
void |
EquinoxInstallationDescription.addBundle(ArtifactDescriptor artifact) |
void |
DefaultEquinoxInstallationDescription.addBundle(ArtifactDescriptor artifact) |
Modifier and Type | Method and Description |
---|---|
boolean |
DependencyVisitor.visit(ArtifactDescriptor artifact) |
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.