Modifier and Type | Method and Description |
---|---|
void |
EquinoxInstallationDescription.addBundle(ArtifactKey key,
java.io.File basedir) |
void |
DefaultEquinoxInstallationDescription.addBundle(ArtifactKey key,
java.io.File file) |
void |
EquinoxInstallationDescription.addBundle(ArtifactKey key,
java.io.File basedir,
boolean override) |
void |
DefaultEquinoxInstallationDescription.addBundle(ArtifactKey key,
java.io.File file,
boolean override) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
DefaultEquinoxInstallationFactory.toOsgiBundles(java.util.Map<ArtifactKey,java.io.File> bundles,
java.util.Map<java.lang.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(java.lang.String type,
java.lang.String id,
java.lang.String versionRef)
Returns an artifact of the given type, id and matching version.
|
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptor |
DependencyArtifacts.getArtifact(ArtifactKey key) |
java.io.File |
TargetPlatform.getArtifactLocation(ArtifactKey artifact)
Returns the file system location of the given target platform artifact.
|
Modifier and Type | Method and Description |
---|---|
private ArtifactKey |
AbstractVersionMojo.getOSGiArtifact() |
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 |
---|---|
private org.apache.maven.model.Dependency |
MavenDependencyInjector.createSystemScopeDependency(ArtifactKey artifactKey,
java.io.File location) |
private org.apache.maven.model.Dependency |
MavenDependencyInjector.createSystemScopeDependency(ArtifactKey artifactKey,
java.lang.String groupId,
java.io.File location) |
Modifier and Type | Field and Description |
---|---|
private ArtifactKey |
DefaultArtifactDescriptor.key |
private ArtifactKey |
DefaultClasspathEntry.key |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ArtifactKey,ArtifactDescriptor> |
AbstractArtifactDependencyWalker.WalkbackPath.visited |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
DefaultClasspathEntry.getArtifactKey() |
ArtifactKey |
EclipseFeatureProject.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 |
P2IUProject.getArtifactKey(ReactorProject project) |
ArtifactKey |
EclipseApplicationProject.getArtifactKey(ReactorProject project) |
ArtifactKey |
OsgiBundleProject.getArtifactKey(ReactorProject project) |
ArtifactKey |
UpdateSiteProject.getArtifactKey(ReactorProject project) |
ArtifactKey |
DefaultArtifactDescriptor.getKey() |
ArtifactKey |
OsgiBundleProject.readArtifactKey(java.io.File location) |
ArtifactKey |
OsgiManifest.toArtifactKey()
Returns the bundle's key in the Eclipse artifact coordinate system.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
AbstractArtifactDependencyWalker.WalkbackPath.visited(ArtifactKey key) |
Constructor and Description |
---|
DefaultArtifactDescriptor(ArtifactKey key,
java.io.File location,
ReactorProject project,
java.lang.String classifier,
java.util.Set<java.lang.Object> installableUnits) |
DefaultClasspathEntry(ReactorProject project,
ArtifactKey key,
java.util.List<java.io.File> locations,
java.util.List<ClasspathEntry.AccessRule> rules) |
DefaultFeatureDescription(ArtifactKey key,
java.io.File location,
ReactorProject project,
java.lang.String classifier,
Feature feature,
FeatureRef featureRef,
java.util.Set<java.lang.Object> installableUnits) |
DefaultPluginDescription(ArtifactKey key,
java.io.File location,
ReactorProject project,
java.lang.String classifier,
PluginRef pluginRef,
java.util.Set<java.lang.Object> installableUnits) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<ArtifactKey,ArtifactDescriptor> |
ArtifactCollection.artifacts |
private static java.util.WeakHashMap<ArtifactKey,ArtifactKey> |
DefaultDependencyArtifacts.KEY_CACHE
ArtifactKey cache used to correlate equal instances to reduce memory usage
|
private static java.util.WeakHashMap<ArtifactKey,ArtifactKey> |
DefaultDependencyArtifacts.KEY_CACHE
ArtifactKey cache used to correlate equal instances to reduce memory usage
|
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
LocalDependencyResolver.getArtifactKey(org.apache.maven.execution.MavenSession session,
java.io.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,
java.io.File location,
java.util.Set<java.lang.Object> installableUnits) |
void |
ArtifactCollection.addReactorArtifact(ArtifactKey key,
ReactorProject project,
java.lang.String classifier,
java.util.Set<java.lang.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 | Field and Description |
---|---|
private ArtifactKey |
DevBundleInfo.artifactKey |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
DevBundleInfo.getArtifactKey() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
DevWorkspaceResolver.toStringKey(ArtifactKey key) |
Constructor and Description |
---|
DevBundleInfo(ArtifactKey artifactKey,
java.io.File location,
java.lang.String devEntries) |
Modifier and Type | Method and Description |
---|---|
ArtifactKey |
TargetPlatformBaseImpl.resolveArtifact(java.lang.String type,
java.lang.String id,
java.lang.String version) |
static ArtifactKey |
ArtifactTypeHelper.toTychoArtifact(org.eclipse.equinox.p2.metadata.IInstallableUnit unit) |
Modifier and Type | Method and Description |
---|---|
private static org.eclipse.equinox.p2.metadata.IArtifactKey |
ArtifactTypeHelper.createP2ArtifactKey(java.lang.String type,
ArtifactKey artifact) |
java.io.File |
PreliminaryTargetPlatformImpl.getArtifactLocation(ArtifactKey artifact) |
java.io.File |
FinalTargetPlatformImpl.getArtifactLocation(ArtifactKey artifact) |
static org.eclipse.equinox.p2.metadata.IArtifactKey |
ArtifactTypeHelper.toP2ArtifactKey(ArtifactKey artifact) |
Modifier and Type | Method and Description |
---|---|
private ArtifactKey |
FeatureXmlTransformer.resolveFeatureReference(TargetPlatform targetPlatform,
FeatureRef featureRef) |
private ArtifactKey |
FeatureXmlTransformer.resolvePluginReference(TargetPlatform targetPlatform,
PluginRef pluginRef) |
private ArtifactKey |
IUXmlTransformer.resolveRequirementReference(TargetPlatform targetPlatform,
java.lang.String name,
java.lang.String version,
java.lang.String xml) |
Modifier and Type | Method and Description |
---|---|
private ArtifactKey |
TestMojo.getBundleArtifactKey(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
void |
ProvisionedInstallationDescription.addBundle(ArtifactKey key,
java.io.File basedir) |
void |
ProvisionedInstallationDescription.addBundle(ArtifactKey key,
java.io.File basedir,
boolean override) |