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 |
---|---|
ArtifactDescriptor |
DependencyArtifacts.getArtifact(ArtifactKey key) |
ArtifactDescriptor |
DependencyArtifacts.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 |
---|---|
Map<String,ArtifactDescriptor> |
DependencyArtifacts.getArtifact(File location)
Returns map of artifact descriptors at the given location.
|
List<ArtifactDescriptor> |
DependencyArtifacts.getArtifacts()
Returns all artifacts.
|
List<ArtifactDescriptor> |
DependencyArtifacts.getArtifacts(String type)
Returns all artifacts of the given type.
|
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 |
---|---|
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 |
---|---|
protected ArtifactDescriptor |
OsgiBundleProject.getArtifact(DependencyArtifacts artifacts,
File location,
String id) |
protected ArtifactDescriptor |
AbstractArtifactDependencyWalker.getArtifact(File location,
String id) |
Modifier and Type | Method and Description |
---|---|
List<ArtifactDescriptor> |
AbstractArtifactDependencyWalker.WalkbackPath.getWalkback() |
Modifier and Type | Field and Description |
---|---|
protected Map<ArtifactKey,ArtifactDescriptor> |
ArtifactCollection.artifacts |
protected Map<File,Map<String,ArtifactDescriptor>> |
ArtifactCollection.locations |
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptor |
ArtifactCollection.getArtifact(ArtifactKey key) |
ArtifactDescriptor |
ArtifactCollection.getArtifact(String type,
String id,
String version) |
protected ArtifactDescriptor |
ArtifactCollection.normalize(ArtifactDescriptor artifact) |
protected ArtifactDescriptor |
DefaultDependencyArtifacts.normalize(ArtifactDescriptor artifact) |
Modifier and Type | Method and Description |
---|---|
Map<String,ArtifactDescriptor> |
ArtifactCollection.getArtifact(File location) |
List<ArtifactDescriptor> |
ArtifactCollection.getArtifacts() |
List<ArtifactDescriptor> |
ArtifactCollection.getArtifacts(String type) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactCollection.addArtifact(ArtifactDescriptor artifact) |
protected void |
ArtifactCollection.addArtifact(ArtifactDescriptor artifact,
boolean merge) |
protected ArtifactDescriptor |
ArtifactCollection.normalize(ArtifactDescriptor artifact) |
protected ArtifactDescriptor |
DefaultDependencyArtifacts.normalize(ArtifactDescriptor artifact) |
Modifier and Type | Method and Description |
---|---|
protected ArtifactDescriptor |
GeneratePomsMojo.getArtifact(File basedir) |
Modifier and Type | Method and Description |
---|---|
boolean |
DependencyVisitor.visit(ArtifactDescriptor artifact) |
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptor |
ProvisionedInstallationDescription.getBundle(String symbolicName,
String highestVersion) |
ArtifactDescriptor |
ProvisionedInstallationDescription.getSystemBundle() |
Modifier and Type | Method and Description |
---|---|
List<ArtifactDescriptor> |
ProvisionedInstallationDescription.getBundles() |
Modifier and Type | Method and Description |
---|---|
void |
ProvisionedInstallationDescription.addBundle(ArtifactDescriptor artifact) |
Copyright © 2008–2017 Eclipse Foundation. All rights reserved.