Modifier and Type | Method and Description |
---|---|
void |
DefaultEquinoxInstallationDescription.addBundle(ArtifactKey key,
File file) |
void |
EquinoxInstallationDescription.addBundle(ArtifactKey key,
File basedir) |
void |
DefaultEquinoxInstallationDescription.addBundle(ArtifactKey key,
File file,
boolean override) |
void |
EquinoxInstallationDescription.addBundle(ArtifactKey key,
File basedir,
boolean override) |
Modifier and Type | Method and Description |
---|---|
protected String |
DefaultEquinoxInstallationFactory.toOsgiBundles(Map<ArtifactKey,File> bundles,
Map<String,BundleStartLevel> startLevel,
BundleStartLevel defaultStartLevel) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultArtifactKey |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
ArtifactDescriptor.getKey()
Eclipse/OSGi artifact key (a.k.a.
|
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
TargetPlatform.resolveArtifact(String type,
String id,
String versionRef)
Returns an artifact of the given type, id and matching version.
|
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptor |
DependencyArtifacts.getArtifact(ArtifactKey key) |
File |
TargetPlatform.getArtifactLocation(ArtifactKey artifact)
Returns the file system location of the given target platform artifact.
|
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
ClasspathEntry.getArtifactKey()
ArtifactKey that corresponds to this classpath entry.
|
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
TychoProject.getArtifactKey(ReactorProject project) |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
DefaultClasspathEntry.getArtifactKey() |
ArtifactKey |
EclipseFeatureProject.getArtifactKey(ReactorProject project) |
ArtifactKey |
UpdateSiteProject.getArtifactKey(ReactorProject project) |
ArtifactKey |
OsgiBundleProject.getArtifactKey(ReactorProject project) |
ArtifactKey |
P2IUProject.getArtifactKey(ReactorProject project) |
ArtifactKey |
EclipseRepositoryProject.getArtifactKey(ReactorProject project)
The published repository is always under the id of the maven project: this published
repository can contain multiple products.
|
ArtifactKey |
EclipseApplicationProject.getArtifactKey(ReactorProject project) |
ArtifactKey |
DefaultArtifactDescriptor.getKey() |
ArtifactKey |
OsgiBundleProject.readArtifactKey(File location) |
ArtifactKey |
OsgiManifest.toArtifactKey()
Returns the bundle's key in the Eclipse artifact coordinate system.
|
Constructor and Description |
---|
DefaultArtifactDescriptor(ArtifactKey key,
File location,
ReactorProject project,
String classifier,
Set<Object> installableUnits) |
DefaultClasspathEntry(ReactorProject project,
ArtifactKey key,
List<File> locations,
List<ClasspathEntry.AccessRule> rules) |
DefaultFeatureDescription(ArtifactKey key,
File location,
ReactorProject project,
String classifier,
Feature feature,
FeatureRef featureRef,
Set<Object> installableUnits) |
DefaultPluginDescription(ArtifactKey key,
File location,
ReactorProject project,
String classifier,
PluginRef pluginRef,
Set<Object> installableUnits) |
Modifier and Type | Field and Description |
---|---|
protected Map<ArtifactKey,ArtifactDescriptor> |
ArtifactCollection.artifacts |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
LocalDependencyResolver.getArtifactKey(org.apache.maven.execution.MavenSession session,
File plugin) |
ArtifactKey |
LocalDependencyResolver.getArtifactKey(org.apache.maven.execution.MavenSession session,
org.apache.maven.project.MavenProject project) |
protected ArtifactKey |
ArtifactCollection.normalize(ArtifactKey key) |
protected ArtifactKey |
DefaultDependencyArtifacts.normalize(ArtifactKey key) |
protected ArtifactKey |
ArtifactCollection.normalizePluginType(ArtifactKey key) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactCollection.addArtifactFile(ArtifactKey key,
File location,
Set<Object> installableUnits) |
void |
ArtifactCollection.addReactorArtifact(ArtifactKey key,
ReactorProject project,
String classifier,
Set<Object> installableUnits) |
ArtifactDescriptor |
ArtifactCollection.getArtifact(ArtifactKey key) |
protected ArtifactKey |
ArtifactCollection.normalize(ArtifactKey key) |
protected ArtifactKey |
DefaultDependencyArtifacts.normalize(ArtifactKey key) |
protected ArtifactKey |
ArtifactCollection.normalizePluginType(ArtifactKey key) |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
DevBundleInfo.getArtifactKey() |
Constructor and Description |
---|
DevBundleInfo(ArtifactKey artifactKey,
File location,
String devEntries) |
Modifier and Type | Method and Description |
---|---|
static ArtifactKey |
ArtifactTypeHelper.toTychoArtifact(org.eclipse.equinox.p2.metadata.IInstallableUnit unit) |
Modifier and Type | Method and Description |
---|---|
File |
FinalTargetPlatformImpl.getArtifactLocation(ArtifactKey artifact) |
File |
PreliminaryTargetPlatformImpl.getArtifactLocation(ArtifactKey artifact) |
static org.eclipse.equinox.p2.metadata.IArtifactKey |
ArtifactTypeHelper.toP2ArtifactKey(ArtifactKey artifact) |
Modifier and Type | Method and Description |
---|---|
void |
ProvisionedInstallationDescription.addBundle(ArtifactKey key,
File basedir) |
void |
ProvisionedInstallationDescription.addBundle(ArtifactKey key,
File basedir,
boolean override) |
Copyright © 2008–2022 Eclipse Foundation. All rights reserved.