public class DefaultArtifactDescriptor extends Object implements ArtifactDescriptor
| Constructor and Description |
|---|
DefaultArtifactDescriptor(ArtifactKey key,
File location,
ReactorProject project,
String classifier,
Set<Object> installableUnits) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassifier()
Maven artifact classifier.
|
Set<Object> |
getInstallableUnits()
P2 metadata describing the project
|
ArtifactKey |
getKey()
Eclipse/OSGi artifact key (a.k.a.
|
File |
getLocation()
Artifact location on local filesystem
|
ReactorProject |
getMavenProject()
ReactorProject corresponding to the artifact or null if the artifact does not come from a
reactor project.
|
int |
hashCode() |
String |
toString() |
public DefaultArtifactDescriptor(ArtifactKey key, File location, ReactorProject project, String classifier, Set<Object> installableUnits)
public ArtifactKey getKey()
ArtifactDescriptorgetKey in interface ArtifactDescriptorpublic File getLocation()
ArtifactDescriptorgetLocation in interface ArtifactDescriptorpublic ReactorProject getMavenProject()
ArtifactDescriptorgetMavenProject in interface ArtifactDescriptorpublic String getClassifier()
ArtifactDescriptorgetClassifier in interface ArtifactDescriptorpublic Set<Object> getInstallableUnits()
ArtifactDescriptorgetInstallableUnits in interface ArtifactDescriptorCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.