Package | Description |
---|---|
org.eclipse.tycho.repository.local | |
org.eclipse.tycho.repository.util |
Constructor and Description |
---|
GAVArtifactDescriptor(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor p2Descriptor,
MavenRepositoryCoordinates mavenCoordinates)
Creates a new
GAVArtifactDescriptor instance based on the given p2 artifact
descriptor and Maven coordinates. |
Modifier and Type | Field and Description |
---|---|
protected MavenRepositoryCoordinates |
GAVArtifactDescriptorBase.coordinates |
Modifier and Type | Method and Description |
---|---|
MavenRepositoryCoordinates |
GAVArtifactDescriptorBase.getMavenCoordinates()
Returns the Maven coordinates of the artifact this descriptor points to.
|
static MavenRepositoryCoordinates |
GAVArtifactDescriptorBase.readMavenCoordinateProperties(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor) |
Constructor and Description |
---|
GAVArtifactDescriptorBase(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor base,
MavenRepositoryCoordinates mavenCoordinates,
boolean storeMavenCoordinates) |
GAVArtifactDescriptorBase(org.eclipse.equinox.p2.metadata.IArtifactKey p2Key,
MavenRepositoryCoordinates mavenCoordinates,
boolean storeMavenCoordinates) |
Copyright © 2008–2016 Eclipse Foundation. All rights reserved.